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