Skip to content

Commit 604dccf

Browse files
committed
Merge pull request brianc#126 from TauZero/activeQuerySelf
Use 'self.activeQuery' insead of 'this.activeQuery' in readyForQueue
2 parents a19e72e + fc3b34d commit 604dccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ p.connect = function(callback) {
110110
if(self.activeQuery) {
111111
self.activeQuery.handleReadyForQuery();
112112
}
113-
this.activeQuery = null;
113+
self.activeQuery = null;
114114
self.readyForQuery = true;
115115
self._pulseQueryQueue();
116116
});

0 commit comments

Comments
 (0)