Pin the pads

This commit is contained in:
yflory
2017-04-11 14:53:44 +02:00
parent b3867429ee
commit cde724399c
3 changed files with 95 additions and 47 deletions

View File

@@ -86,6 +86,9 @@ define([
cb(void 0, Object.keys(storeObj));
};
ret.removeData = filesOp.removeData;
ret.pushData = filesOp.pushData;
ret.addPad = function (href, path, name) {
filesOp.addPad(href, path, name);
};