1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 00:04:11 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-12-18 19:38:05 +11:00
parent b200139456
commit c11e153766
8 changed files with 8 additions and 10 deletions

View File

@@ -40,9 +40,9 @@ if (liberator.options.getPref("extensions.vimperator.commandline_cmd_history"))
store = liberator.storage["quickmarks"];
pref = liberator.options.getPref("extensions.vimperator.quickmarks")
.split("\n");
while(pref.length > 0)
while (pref.length > 0)
store.set(pref.shift(), pref.shift());
liberator.options.resetPref("extensions.vimperator.commandline_cmd_history");
liberator.options.resetPref("extensions.vimperator.commandline_search_history");
liberator.options.resetPref("extensions.vimperator.quickmarks");