Use spaces inside of brackets in JavaScript

* For consistency
* For MediaWiki coding conventions

Change-Id: I625a8ce0119b1490073f048e1b8ad4e90762d6e2
This commit is contained in:
Fomafix
2016-02-15 13:31:45 +00:00
committed by [[mw:User:Fomafix]]
parent 63bc85649a
commit c329f1473d
7 changed files with 31 additions and 31 deletions

View File

@@ -48,7 +48,7 @@
if ( messages ) {
return i18n.load( messages, locale );
}
if ( i18n.messageStore.messages[locale] ) {
if ( i18n.messageStore.messages[ locale ] ) {
return $.Deferred().resolve();
}
return i18n.messageStore.load(