mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 16:54:11 +01:00
Add missing semicolons.
This commit is contained in:
@@ -641,8 +641,7 @@ var JavaScript = Module("javascript", {
|
||||
.concat([k.substr(3) for (k of keys(Ci)) if (/^nsI/.test(k))])
|
||||
.concat(this.magicalNames)
|
||||
.filter(k => k in this.window));
|
||||
}),
|
||||
|
||||
})
|
||||
}, {
|
||||
EVAL_TMP: "__dactyl_eval_tmp",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user