1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 14:05:45 +01:00

Kill :dia import.

This commit is contained in:
Kris Maglione
2011-10-05 05:00:31 -04:00
parent 35bc2fb201
commit f7493160ca
8 changed files with 20 additions and 11 deletions

View File

@@ -7,9 +7,11 @@
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("bookmarkcache", {
exports: ["Bookmark", "BookmarkCache", "Keyword", "bookmarkcache"],
require: ["services", "storage", "util"]
require: ["services", "util"]
}, this);
this.lazyRequire("storage", ["storage"]);
function newURI(url, charset, base) {
try {
return services.io.newURI(url, charset, base);