From d2bdb80accc4d7bb181b9bc55b162daecf51072c Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Thu, 9 Aug 2012 18:12:01 +0300 Subject: [PATCH] Add Language settings dialog Change-Id: Ie3455f32ac6ceff3c52d79643a6f7f82106ab7f1 --- src/jquery.uls.core.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index edab8bc..74f939b 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -91,7 +91,9 @@ }, listen: function() { - var that = this, lcd; + var lcd, + that = this; + // Register all event listeners to the ULS here. that.$element.on( 'click', $.proxy( that.click, that ) );