mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 21:05:45 +01:00
Whitespace fixes.
This commit is contained in:
@@ -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