diff --git a/source/Ox.UI/js/Core/Element.js b/source/Ox.UI/js/Core/Element.js index 1fa00ea2..64bc956b 100644 --- a/source/Ox.UI/js/Core/Element.js +++ b/source/Ox.UI/js/Core/Element.js @@ -85,7 +85,7 @@ Ox.Element = function(options, self) { self.$eventHandler = self.$eventHandler || $('
'); // array of callbacks bound to any event self.eventCallbacks = self.eventCallbacks || []; - // stack of callbacks bound to any option update + // stack of callbacks bound to option updates self.updateCallbacks = self.updateCallbacks || []; // create public object