mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 22:45:46 +01:00
Hint processing mapping state magic stuff.
This commit is contained in:
@@ -341,7 +341,7 @@ var Mappings = Module("mappings", {
|
||||
this._watchStack = 0;
|
||||
|
||||
this.watches = this.watches.filter(function (elem) {
|
||||
if (elem[2] <= this._watchStack)
|
||||
if (this._watchStack <= elem[2])
|
||||
elem[3]--;
|
||||
if (elem[3] <= 0)
|
||||
elem[0].call(elem[1] || null);
|
||||
|
||||
Reference in New Issue
Block a user