fix misleading comment
This commit is contained in:
parent
b9e4f565ca
commit
e5652b4db1
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ Ox.Element = function(options, self) {
|
||||||
self.$eventHandler = self.$eventHandler || $('<div>');
|
self.$eventHandler = self.$eventHandler || $('<div>');
|
||||||
// array of callbacks bound to any event
|
// array of callbacks bound to any event
|
||||||
self.eventCallbacks = self.eventCallbacks || [];
|
self.eventCallbacks = self.eventCallbacks || [];
|
||||||
// stack of callbacks bound to any option update
|
// stack of callbacks bound to option updates
|
||||||
self.updateCallbacks = self.updateCallbacks || [];
|
self.updateCallbacks = self.updateCallbacks || [];
|
||||||
|
|
||||||
// create public object
|
// create public object
|
||||||
|
|
Loading…
Reference in a new issue