1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
rlx 2011-11-02 15:53:23 +00:00
commit d5733c2c5d
2 changed files with 5 additions and 2 deletions

View file

@ -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) {