mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 21:04:12 +01:00
Add missing semicolons.
--HG-- extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
This commit is contained in:
@@ -715,7 +715,7 @@ var Option = Class("Option", {
|
||||
type: type,
|
||||
|
||||
_op: Option.ops[type]
|
||||
})
|
||||
});
|
||||
|
||||
if (type in Option.getKey)
|
||||
class_.prototype.getKey = Option.getKey[type];
|
||||
|
||||
Reference in New Issue
Block a user