1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:42:26 +01:00

trivial formatting improvements

This commit is contained in:
Doug Kearns
2008-08-12 16:16:24 +00:00
parent 50f025553a
commit 66ff19d7af
11 changed files with 38 additions and 39 deletions

View File

@@ -241,7 +241,7 @@ liberator.util = { //{{{
string += i + ": " + value + "\n";
}
}
catch (e) { }
catch (e) {}
return string;
},
@@ -269,7 +269,7 @@ liberator.util = { //{{{
url = data.data.substring(0, dataLen.value / 2);
}
}
catch (ex) { }
catch (e) {}
return url;
},