forked from 0x2620/oxjs
trigger sort event in text list
This commit is contained in:
parent
19aa9b40e5
commit
3203556b46
2 changed files with 11 additions and 6 deletions
|
|
@ -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();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue