1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 02:47:58 +01:00

whitespace fix

This commit is contained in:
Doug Kearns
2008-08-08 10:01:53 +00:00
parent c66bfa4bcf
commit 874d94e7eb

View File

@@ -101,6 +101,7 @@ liberator.Bookmarks = function () //{{{
liberator.options.add(["defsearch", "ds"], liberator.options.add(["defsearch", "ds"],
"Set the default search engine", "Set the default search engine",
"string", "google"); "string", "google");
liberator.options.add(["preload"], liberator.options.add(["preload"],
"Speed up first time history/bookmark completion", "Speed up first time history/bookmark completion",
"boolean", true); "boolean", true);