1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 23:42:27 +01:00

Rename storage.jsi to storage.jsm.

This commit is contained in:
Kris Maglione
2008-09-11 20:16:03 +00:00
parent fefa6e4609
commit 0cc667f6fe
2 changed files with 1 additions and 1 deletions

View File

@@ -1154,7 +1154,7 @@ const liberator = (function () //{{{
//}}} //}}}
})(); //}}} })(); //}}}
Components.utils.import("resource://vimperator/storage.jsi", liberator); Components.utils.import("resource://vimperator/storage.jsm", liberator);
// called when the chrome is fully loaded and before the main window is shown // called when the chrome is fully loaded and before the main window is shown
window.addEventListener("load", liberator.startup, false); window.addEventListener("load", liberator.startup, false);