Refer to correct element for proxying
This commit is contained in:
parent
5ff743a4c5
commit
25119c170f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue