From 05a1b75599f3af43737e3f44934ebf84579022e7 Mon Sep 17 00:00:00 2001 From: abdurrahmanekr Date: Fri, 28 Jul 2017 13:47:52 +0300 Subject: [PATCH] this to self --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 0fcf87a..ad8db22 100644 --- a/index.js +++ b/index.js @@ -99,8 +99,8 @@ var SqlService = function () { }); }; - if (this.RN === true || self.timeout === 0) { - this.RN = false; + if (self.RN === true || self.timeout === 0) { + self.RN = false; if (self.wait !== null) clearTimeout(self.wait);