mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 18:07:58 +01:00
Fix FF36.
This commit is contained in:
@@ -367,7 +367,7 @@ var Modes = Module("modes", {
|
||||
get extended() this._extended,
|
||||
set extended(value) { this.set(null, value); }
|
||||
}, {
|
||||
Mode: Class("Mode", Number, {
|
||||
Mode: Class("Mode", {
|
||||
init: function init(name, options, params) {
|
||||
update(this, {
|
||||
id: 1 << Modes.Mode._id++,
|
||||
|
||||
Reference in New Issue
Block a user