forked from 0x2620/oxjs
merge
This commit is contained in:
commit
d5733c2c5d
2 changed files with 5 additions and 2 deletions
|
|
@ -1370,7 +1370,7 @@ Ox.List = function(options, self) {
|
|||
self.options.items.sort(function(a, b) {
|
||||
var aValue = sort[a.id],
|
||||
bValue = sort[b.id],
|
||||
ret = 0
|
||||
ret = 0;
|
||||
if (aValue < bValue) {
|
||||
ret = operator == '+' ? -1 : 1;
|
||||
} else if (aValue > bValue) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue