fixed bug
This commit is contained in:
@@ -669,9 +669,9 @@ Node.prototype.setWatches = function()
|
||||
|
||||
if(time < 5)
|
||||
{
|
||||
this._chainDebouncer++;
|
||||
self._chainDebouncer++;
|
||||
} else {
|
||||
this._chainDebouncer = 0;
|
||||
self._chainDebouncer = 0;
|
||||
}
|
||||
|
||||
if(this._chainDebouncer < 20)
|
||||
|
||||
Reference in New Issue
Block a user