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:
parent
c26a13b2f1
commit
38b7072822
2 changed files with 6 additions and 8 deletions
|
|
@ -310,6 +310,7 @@ Ox.api = function(items, options) {
|
|||
items = updatedItems;
|
||||
api.cache && ret.clear();
|
||||
sortBy.clear();
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue