mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 19:43:31 +01:00
Fix deleting files after viewing them from source links in :list*.
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
"use strict";
|
||||
|
||||
var myObject = Object;
|
||||
Components.utils.import("resource://dactyl/base.jsm");
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("storage", {
|
||||
exports: ["File", "storage"],
|
||||
require: ["services", "util"]
|
||||
});
|
||||
}, this);
|
||||
|
||||
var win32 = /^win(32|nt)$/i.test(services.runtime.OS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user