mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-12 15:25:47 +01:00
Add an experimental prototype download manager replacement. Fix some bugs.
--HG-- extra : rebase_source : aea703414d4bd601bfdea779c5878a30d5b3d782
This commit is contained in:
@@ -259,9 +259,15 @@ var Storage = Module("Storage", {
|
||||
}
|
||||
}, {
|
||||
}, {
|
||||
init: function (dactyl, modules) {
|
||||
init: function init(dactyl, modules) {
|
||||
init.superapply(this, arguments);
|
||||
storage.infoPath = File(modules.IO.runtimePath.replace(/,.*/, ""))
|
||||
.child("info").child(dactyl.profileName);
|
||||
},
|
||||
|
||||
cleanup: function (dactyl, modules, window) {
|
||||
delete window.dactylStorageRefs;
|
||||
this.removeDeadObservers();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user