1
0
Fork 0
forked from 0x2620/oxjs

Ox.api: return api from update method; Ox.List: update api when updating options.items array

This commit is contained in:
rolux 2014-04-30 13:54:19 +02:00
commit 38b7072822
2 changed files with 6 additions and 8 deletions

View file

@ -310,6 +310,7 @@ Ox.api = function(items, options) {
items = updatedItems;
api.cache && ret.clear();
sortBy.clear();
return ret;
}
}
),