forked from 0x2620/oxjs
support fixed-ratio icon lists
This commit is contained in:
parent
accb7c862a
commit
6dfa732636
4 changed files with 64 additions and 44 deletions
|
|
@ -21,7 +21,7 @@ Ox.ListItem = function(options, self) {
|
|||
self = self || {};
|
||||
var that = Ox.Element({}, self)
|
||||
.defaults({
|
||||
construct: function() {},
|
||||
construct: null,
|
||||
data: {},
|
||||
draggable: false,
|
||||
position: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue