1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 12:41:27 +02:00

whitespace formatting fixes

This commit is contained in:
Doug Kearns
2007-11-11 03:21:27 +00:00
parent 9427e2cc5d
commit 1bd4543ea3
16 changed files with 514 additions and 511 deletions
+5 -2
View File
@@ -361,9 +361,12 @@ const vimperator = (function() //{{{
var string = "";
var obj = "";
try { // for window.JSON
try
{ // for window.JSON
obj = object.toString();
} catch (e) {
}
catch (e)
{
obj = "<Object>";
}