mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:22:27 +01:00
Add missing semicolons.
...let the good times roll.
This commit is contained in:
@@ -136,7 +136,7 @@ Dactyl.prototype = {
|
||||
for each (let prop in ["HELP_TAGS", "FILE_MAP", "OVERLAY_MAP"]) {
|
||||
this[prop] = this[prop].constructor();
|
||||
for (let [k, v] in Iterator(obj[prop] || {}))
|
||||
this[prop][k] = v
|
||||
this[prop][k] = v;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user