fixed bug

This commit is contained in:
cubedro 2015-06-02 00:52:54 +03:00
parent 3e82d5aad5
commit 2aeb0d71df
1 changed files with 2 additions and 2 deletions

View File

@ -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)