1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 09:24:12 +01:00

Whitespace fixes.

--HG--
extra : rebase_source : 7bc98c4cf1a8ca89cfbfb1f96ffe9fa72565c663
This commit is contained in:
Doug Kearns
2010-11-05 00:52:40 +11:00
parent 4f5fd70ab2
commit 26e130bd0b
10 changed files with 18 additions and 19 deletions

View File

@@ -70,7 +70,7 @@ const Config = Module("config", ConfigBase, {
pagesource: ["View page source",
function () { window.BrowserViewSourceOfDocument(content.document); }],
passwords: ["Passwords dialog",
function () { window.openDialog("chrome://passwordmgr/content/passwordManager.xul"); }],
function () { window.openDialog("chrome://passwordmgr/content/passwordManager.xul"); }],
places: ["Places Organizer: Manage your bookmarks and history",
function () { PlacesCommandHook.showPlacesOrganizer(ORGANIZER_ROOT_BOOKMARKS); }],
preferences: ["Show Firefox preferences dialog",