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:
parent
544aa77223
commit
75fe62730c
4 changed files with 4 additions and 4 deletions
|
|
@ -99,7 +99,7 @@ Ox.IconList = function(options, self) {
|
|||
sort: self.options.sort,
|
||||
type: 'icon',
|
||||
unique: self.options.unique
|
||||
}, Ox.clone(self)) // pass event handler
|
||||
}, Ox.extend(Ox.clone(self), {updateCallbacks: []})) // pass event handler
|
||||
.addClass('OxIconList Ox' + Ox.toTitleCase(self.options.orientation))
|
||||
.bindEvent({
|
||||
select: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue