Add Language settings dialog

Change-Id: Ie3455f32ac6ceff3c52d79643a6f7f82106ab7f1
This commit is contained in:
Amir E. Aharoni
2012-08-09 18:12:01 +03:00
committed by Santhosh Thottingal
parent e2af6470fb
commit a3ab65906a
9 changed files with 358 additions and 1 deletions

View File

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