mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:12:28 +01:00
Rename storage.jsi to storage.jsm.
This commit is contained in:
@@ -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
|
||||
window.addEventListener("load", liberator.startup, false);
|
||||
|
||||
Reference in New Issue
Block a user