1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-08 22:43:35 +02:00

whitespace fixes

This commit is contained in:
Doug Kearns
2007-12-02 08:54:48 +00:00
parent b9f3270e50
commit f6e18dd5d8

View File

@@ -149,7 +149,7 @@ vimperator.Bookmarks = function () //{{{
return true; return true;
}, },
toggle: function(url) toggle: function (url)
{ {
if (!url) if (!url)
return; return;
@@ -170,7 +170,7 @@ vimperator.Bookmarks = function () //{{{
} }
}, },
isBookmarked: function(url) isBookmarked: function (url)
{ {
try try
{ {