mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 03:12:27 +01:00
Whitespace fixes.
This commit is contained in:
@@ -630,7 +630,6 @@ const Dactyl = Module("dactyl", {
|
||||
</item></>.toXMLString(), true);
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* Opens the help page containing the specified <b>topic</b> if it
|
||||
* exists.
|
||||
|
||||
@@ -67,7 +67,6 @@ const IO = Module("io", {
|
||||
services.get("downloadManager").addListener(this.downloadListener);
|
||||
},
|
||||
|
||||
|
||||
// TODO: there seems to be no way, short of a new component, to change
|
||||
// the process's CWD - see https://bugzilla.mozilla.org/show_bug.cgi?id=280953
|
||||
/**
|
||||
|
||||
@@ -10,7 +10,6 @@ defineModule("bookmarkcache", {
|
||||
require: ["services", "storage", "util"]
|
||||
});
|
||||
|
||||
|
||||
const Bookmark = Struct("url", "title", "icon", "keyword", "tags", "id");
|
||||
const Keyword = Struct("keyword", "title", "icon", "url");
|
||||
Bookmark.defaultValue("icon", function () BookmarkCache.getFavicon(this.url));
|
||||
|
||||
Reference in New Issue
Block a user