1
0
Fork 0
forked from 0x2620/oxjs

trigger sort event in text list

This commit is contained in:
rlx 2011-08-18 07:55:39 +00:00
commit 3203556b46
2 changed files with 11 additions and 6 deletions

View file

@ -1319,7 +1319,7 @@ Ox.List = function(options, self) {
// may break other things
!self.isAsync && triggerSelectEvent(value);
} else if (key == 'sort') {
Ox.print('---sort---')
//Ox.print('---sort---')
updateSort();
}
};