From: Anthony Minessale Date: Mon, 15 Jun 2015 17:28:52 +0000 (-0500) Subject: add missing verto assignment X-Git-Tag: v1.6.2~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108f4d4edd513a562ee1df80cb65bff4f21a8952;p=thirdparty%2Ffreeswitch.git add missing verto assignment --- diff --git a/html5/verto/js/src/jquery.verto.js b/html5/verto/js/src/jquery.verto.js index 8a477fbfaf..149efb6309 100644 --- a/html5/verto/js/src/jquery.verto.js +++ b/html5/verto/js/src/jquery.verto.js @@ -135,6 +135,7 @@ }; $.verto.prototype.loginData = function(params) { + var verto = this; verto.options.login = params.login; verto.options.passwd = params.passwd; verto.rpcClient.loginData(params);