mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 20:35:45 +01:00
Fix deleting files after viewing them from source links in :list*.
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
try {
|
||||
|
||||
var global = this;
|
||||
Components.utils.import("resource://dactyl/base.jsm");
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("services", {
|
||||
exports: ["AddonManager", "services"],
|
||||
use: ["util"]
|
||||
});
|
||||
}, this);
|
||||
|
||||
/**
|
||||
* A lazily-instantiated XPCOM class and service cache.
|
||||
|
||||
Reference in New Issue
Block a user