mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 17:14:12 +01:00
Support Firefox 45 (without e10s).
This commit is contained in:
@@ -167,7 +167,7 @@ var Addon = Class("Addon", {
|
||||
},
|
||||
|
||||
commandAllowed: function commandAllowed(cmd) {
|
||||
util.assert(hasOwnProperty(actions, cmd),
|
||||
util.assert(hasOwnProp(actions, cmd),
|
||||
_("addon.unknownCommand"));
|
||||
|
||||
let action = actions[cmd];
|
||||
|
||||
Reference in New Issue
Block a user