Add Language settings dialog
Change-Id: Ie3455f32ac6ceff3c52d79643a6f7f82106ab7f1
This commit is contained in:
committed by
Santhosh Thottingal
parent
643110114a
commit
d2bdb80acc
@@ -91,7 +91,9 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
listen: function() {
|
listen: function() {
|
||||||
var that = this, lcd;
|
var lcd,
|
||||||
|
that = this;
|
||||||
|
|
||||||
// Register all event listeners to the ULS here.
|
// Register all event listeners to the ULS here.
|
||||||
that.$element.on( 'click', $.proxy( that.click, that ) );
|
that.$element.on( 'click', $.proxy( that.click, that ) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user