Find a pad in the drive

This commit is contained in:
yflory
2017-03-02 10:15:13 +01:00
parent b238f4c3d3
commit 8bdc8415ab
6 changed files with 129 additions and 1 deletions

View File

@@ -119,6 +119,10 @@ define([
return filesOp.getStructure();
};
ret.replaceHref = function (o, n) {
return filesOp.replaceHref(o, n);
};
var changeHandlers = ret.changeHandlers = [];
ret.change = function (f) {};