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 643110114a
commit d2bdb80acc

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