fix misleading comment

This commit is contained in:
rolux 2012-06-26 15:12:09 +02:00
parent b9e4f565ca
commit e5652b4db1

View file

@ -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