1
0
Fork 0
forked from 0x2620/oxjs

support fixed-ratio icon lists

This commit is contained in:
rlx 2011-08-07 02:33:26 +00:00
commit 6dfa732636
4 changed files with 64 additions and 44 deletions

View file

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