mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 08:03:33 +01:00
Fix typo.
This commit is contained in:
@@ -398,7 +398,7 @@ var Modes = Module("modes", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
isinstance: function (obj)
|
isinstance: function (obj)
|
||||||
this.allBases.indexOf(obj >= 0) || callable(obj) && this instanceof obj,
|
this.allBases.indexOf(obj) >= 0 || callable(obj) && this instanceof obj,
|
||||||
|
|
||||||
allBases: Class.memoize(function () {
|
allBases: Class.memoize(function () {
|
||||||
let seen = {}, res = [], queue = this.bases;
|
let seen = {}, res = [], queue = this.bases;
|
||||||
|
|||||||
Reference in New Issue
Block a user