From 2aeb0d71df1e913f0afabd34d2b4ccbcb8e620db Mon Sep 17 00:00:00 2001 From: cubedro Date: Tue, 2 Jun 2015 00:52:54 +0300 Subject: [PATCH] fixed bug --- lib/node.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node.js b/lib/node.js index b409dd3..f11cee6 100644 --- a/lib/node.js +++ b/lib/node.js @@ -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)