Change comma to semi-colon
Cannot cause confusion this way. Change-Id: I75e6dcd9e9dd45e8b9c605c28d766f87e06dd271
This commit is contained in:
committed by
Siebrand
parent
e75b174b10
commit
64cd234e27
@@ -49,7 +49,7 @@
|
|||||||
this.initialized = false;
|
this.initialized = false;
|
||||||
this.left = this.options.left;
|
this.left = this.options.left;
|
||||||
this.top = this.options.top;
|
this.top = this.options.top;
|
||||||
this.modules = {},
|
this.modules = {};
|
||||||
this.$settingsPanel = this.$window.find( '#languagesettings-settings-panel' );
|
this.$settingsPanel = this.$window.find( '#languagesettings-settings-panel' );
|
||||||
this.init();
|
this.init();
|
||||||
this.listen();
|
this.listen();
|
||||||
|
|||||||
Reference in New Issue
Block a user