1
0
Fork 0
forked from 0x2620/oxjs

minor changes

This commit is contained in:
rolux 2011-11-30 15:56:01 +01:00
commit 137944a1a7
6 changed files with 10 additions and 2 deletions

View file

@ -59,7 +59,7 @@ Ox.TextList = function(options, self) {
columnWidth: [40, 800],
draggable: false,
id: '',
items: null, // function() {} {sort, range, keys, callback} or array
items: null,
keys: [],
max: -1,
min: 0,