Refresh the directory if needed when the object has changed

This commit is contained in:
yflory
2016-11-18 17:17:48 +01:00
parent 118829617f
commit d6e1215166
4 changed files with 106 additions and 21 deletions

View File

@@ -71,12 +71,6 @@ define(function () {
}
};
Store.addPad = function () {};
Store.forgetPad = function (href, cb) {
};
var changeHandlers = Store.changeHandlers = [];
Store.change = function (f) {