implement tag-related functions

This commit is contained in:
ansuz
2017-08-31 18:06:26 +02:00
parent 0302c06d0e
commit 72ef730f23
2 changed files with 63 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ define([
ret.setPadAttribute = filesOp.setAttribute;
ret.getPadAttribute = filesOp.getAttribute;
ret.getIdFromHref = filesOp.getIdFromHref;
ret.getDrive = function (key, cb) {
cb(void 0, storeObj.drive[key]);