]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add missing verto assignment
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 15 Jun 2015 17:28:52 +0000 (12:28 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 15 Jun 2015 17:30:53 +0000 (12:30 -0500)
html5/verto/js/src/jquery.verto.js

index 611d7fd46a171dbc7c09fe7e51b5582d3708a0d2..579ef69b6b9a91d7b4fb37e49483e4e2d15187df 100644 (file)
     };
 
     $.verto.prototype.loginData = function(params) {
+       var verto = this;
         verto.options.login = params.login;
         verto.options.passwd = params.passwd;
         verto.rpcClient.loginData(params);