1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 06:07:59 +01:00

Add missing semicolons.

...let the good times roll.
This commit is contained in:
Doug Kearns
2010-09-22 23:44:04 +10:00
parent 39cbb91490
commit cce6bb653e
16 changed files with 39 additions and 39 deletions

View File

@@ -337,7 +337,7 @@ const JavaScript = Module("javascript", {
if (!isNaN(key))
return parseInt(key);
if (/^[A-Z_][A-Z0-9_]*$/.test(key))
return ""
return "";
return item;
}
};
@@ -363,7 +363,7 @@ const JavaScript = Module("javascript", {
this.context.fork(obj[1], this._top.offset, this, this._fill,
update(args, {
obj: obj[0],
name: obj[1],
name: obj[1]
}));
if (orig)