Remove comma that shouldn't have been introduced

Change-Id: Iaf24bc1cf4ec59fe2c44601eee1a19ccdac757ba
This commit is contained in:
Niklas Laxström
2013-06-19 18:19:42 +00:00
parent 7a95d13345
commit 10c1177c1d

View File

@@ -99,7 +99,7 @@
getDefaultLanguage: function () { getDefaultLanguage: function () {
return mw.config.get( 'wgContentLanguage' ); return mw.config.get( 'wgContentLanguage' );
}, }
} ); } );
// MediaWiki specific overrides for jquery.ime // MediaWiki specific overrides for jquery.ime