summaryrefslogtreecommitdiff
path: root/common/modules/template.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-01-10 16:57:47 -0500
committerKris Maglione <maglione.k@gmail.com>2011-01-10 16:57:47 -0500
commit893ed79637dec5369e21e092e7e0136f9bd3440f (patch)
tree5c32df0d25d6643899591301dd65048bd20d42ee /common/modules/template.jsm
parent2da26d95e630b59acc9af54fcf7a96e1be900500 (diff)
downloadpentadactyl-893ed79637dec5369e21e092e7e0136f9bd3440f.tar.gz
Fix deleting files after viewing them from source links in :list*.
Diffstat (limited to 'common/modules/template.jsm')
-rw-r--r--common/modules/template.jsm4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/modules/template.jsm b/common/modules/template.jsm
index c13158e3..33a90486 100644
--- a/common/modules/template.jsm
+++ b/common/modules/template.jsm
@@ -4,12 +4,12 @@
// given in the LICENSE.txt file included with this file.
"use strict";
-Components.utils.import("resource://dactyl/base.jsm");
+Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("template", {
exports: ["Template", "template"],
require: ["util"],
use: ["services"]
-});
+}, this);
default xml namespace = XHTML;