query no longer holds circular reference to creator client

This commit is contained in:
brianc 2010-10-10 22:44:58 -05:00
parent 6d4469e391
commit 08bdd4ccdc

View File

@ -63,7 +63,6 @@ p.disconnect = function() {
p.query = function(text) {
var query = new Query();
query.client = this;
query.text = text;
this.queryQueue.push(query);
this.pulseQueryQueue();