Change comma to semi-colon

Cannot cause confusion this way.

Change-Id: I75e6dcd9e9dd45e8b9c605c28d766f87e06dd271
This commit is contained in:
Siebrand Mazeland
2013-08-05 06:39:28 +02:00
committed by Siebrand
parent e75b174b10
commit 64cd234e27

View File

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