Refer to correct element for proxying

This commit is contained in:
Andrew Stewart 2014-11-14 11:34:37 -08:00
parent 5ff743a4c5
commit 25119c170f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Utils.subclass(Driver, Basestar);
Driver.prototype.setupCommands = function(commands, proxy) {
if (proxy == null) {
proxy = this.adaptor;
proxy = this.connection;
}
this.proxyMethods(commands, proxy, this);