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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user