From 108f4d4edd513a562ee1df80cb65bff4f21a8952 Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthm@freeswitch.org>
Date: Mon, 15 Jun 2015 12:28:52 -0500
Subject: [PATCH] add missing verto assignment

---
 html5/verto/js/src/jquery.verto.js | 1 +
 1 file changed, 1 insertion(+)

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);