1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 03:07:58 +01:00

Prefer " over '.

This commit is contained in:
Doug Kearns
2008-12-29 23:26:09 +11:00
parent 41f7bc12be
commit d65b57cf2d
7 changed files with 9 additions and 5 deletions

View File

@@ -9,3 +9,4 @@ let url = page ? "chrome://liberator/locale/" + page : content.history.previous;
win.getBrowser().loadURIWithFlags(url, Components.interfaces.nsIWebNavigation.LOAD_FLAGS_REPLACE_HISTORY, null, null, null);
// vim: set fdm=marker sw=4 ts=4 et: