1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-27 13:33:57 +02:00

Hint processing mapping state magic stuff.

This commit is contained in:
Kris Maglione
2011-10-10 02:48:05 -04:00
parent 400ec6244b
commit 798f26c746
4 changed files with 34 additions and 25 deletions
+1 -1
View File
@@ -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);