From: Anthony Minessale Date: Mon, 15 Jun 2015 17:28:52 +0000 (-0500) Subject: add missing verto assignment X-Git-Tag: v1.4.20~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15257ebe05a2023993afa4677e20bde8a9f0bc8a;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 611d7fd46a..579ef69b6b 100644 --- a/html5/verto/js/src/jquery.verto.js +++ b/html5/verto/js/src/jquery.verto.js @@ -133,6 +133,7 @@ }; $.verto.prototype.loginData = function(params) { + var verto = this; verto.options.login = params.login; verto.options.passwd = params.passwd; verto.rpcClient.loginData(params);