Skip to content

Commit

Permalink
this to self
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed Jul 28, 2017
1 parent 1c54495 commit 05a1b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 05a1b75

Please sign in to comment.