diff options
author | Kris Maglione <kris@vimperator.org> | 2010-08-31 21:09:13 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2010-08-31 21:09:13 -0400 |
commit | 8b0d9586b23eb166fafb064e75c4956021d73ca1 (patch) | |
tree | cc3a8bdda4e19dc18eadd5ed0edc4aa2131b43e2 /common/content/quickmarks.js | |
parent | 5632e14721897b9e7e23d493f95358bb7df73314 (diff) | |
download | pentadactyl-8b0d9586b23eb166fafb064e75c4956021d73ca1.tar.gz |
Merge testing.
--HG--
rename : common/content/base.js => common/modules/base.jsm
rename : common/content/services.js => common/modules/services.jsm
rename : common/content/style.js => common/modules/styles.jsm
rename : common/content/template.js => common/modules/template.jsm
rename : common/content/util.js => common/modules/util.jsm
Diffstat (limited to 'common/content/quickmarks.js')
-rw-r--r-- | common/content/quickmarks.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/content/quickmarks.js b/common/content/quickmarks.js index fc44eb79..70dc1b92 100644 --- a/common/content/quickmarks.js +++ b/common/content/quickmarks.js @@ -12,8 +12,6 @@ * @instance quickmarks */ const QuickMarks = Module("quickmarks", { - requires: ["config", "storage"], - init: function () { this._qmarks = storage.newMap("quickmarks", { store: true }); }, |