mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 14:34:12 +01:00
Fix deleting files after viewing them from source links in :list*.
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
try {
|
||||
|
||||
Components.utils.import("resource://dactyl/base.jsm");
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("completion", {
|
||||
exports: ["CompletionContext", "Completion", "completion"],
|
||||
use: ["config", "template", "util"]
|
||||
});
|
||||
}, this);
|
||||
|
||||
/**
|
||||
* Creates a new completion context.
|
||||
|
||||
Reference in New Issue
Block a user