mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 16:54:11 +01:00
normalise catch block parameter names
This commit is contained in:
@@ -180,7 +180,10 @@ vimperator.Bookmarks = function () //{{{
|
||||
var count = {};
|
||||
bookmarksService.getBookmarkIdsForURI(uri, count);
|
||||
}
|
||||
catch (e) { return false; }
|
||||
catch (e)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return count.value > 0;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user