File manager in the home page, lint

This commit is contained in:
yflory
2016-12-19 17:53:03 +01:00
parent 4646d5c866
commit e3f484d876
10 changed files with 61 additions and 31 deletions

View File

@@ -33,7 +33,7 @@ define([
// implement in alternative store
Store.setBatch = function (map, cb) {
Object.keys(map).forEach(function (key) {
safeSet(key, val);
safeSet(key, map[key]);
});
cb(void 0, map);
};