]> 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:28:52 +0000 (12:28 -0500)
html5/verto/js/src/jquery.verto.js

index 8a477fbfaf0e5763fa92702d6222fa6954f9ab13..149efb63090b08456b027e3854e9b4b389a72539 100644 (file)
     };
 
     $.verto.prototype.loginData = function(params) {
+       var verto = this;
         verto.options.login = params.login;
         verto.options.passwd = params.passwd;
         verto.rpcClient.loginData(params);