forked from 0x2620/oxjs
improve InfoList
This commit is contained in:
parent
1a4332c49c
commit
95f3d536ec
7 changed files with 105 additions and 46 deletions
|
|
@ -76,7 +76,7 @@ Ox.IconList = function(options, self) {
|
|||
sort: self.options.sort,
|
||||
type: 'icon',
|
||||
unique: self.options.unique
|
||||
}, Ox.extend({}, self)) // pass event handler
|
||||
}, Ox.clone(self)) // 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