From e5652b4db131eec47340777b6c415822a569b95c Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 26 Jun 2012 15:12:09 +0200 Subject: [PATCH] fix misleading comment --- source/Ox.UI/js/Core/Element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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