1
0
Fork 0
forked from 0x2620/oxjs

Ox.*List do not share updateCallbacks with Ox.List, Ox.clone(self) is passed for event handler

This commit is contained in:
j 2012-06-26 15:44:22 +00:00
commit 75fe62730c
4 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ Ox.TreeList = function(options, self) {
max: self.options.max,
min: self.options.min,
unique: 'id'
}, Ox.clone(self))
}, Ox.extend(Ox.clone(self), {updateCallbacks: []})) // pass event handler
.addClass('OxTextList OxTreeList')
.css({
width: self.options.width + 'px',