fixed bug

This commit is contained in:
cubedro 2015-06-02 00:52:54 +03:00
parent 3e82d5aad5
commit 2aeb0d71df

View File

@ -669,9 +669,9 @@ Node.prototype.setWatches = function()
if(time < 5) if(time < 5)
{ {
this._chainDebouncer++; self._chainDebouncer++;
} else { } else {
this._chainDebouncer = 0; self._chainDebouncer = 0;
} }
if(this._chainDebouncer < 20) if(this._chainDebouncer < 20)