Use spaces inside of brackets in JavaScript
* For consistency * For MediaWiki coding conventions Change-Id: I625a8ce0119b1490073f048e1b8ad4e90762d6e2
This commit is contained in:
committed by
[[mw:User:Fomafix]]
parent
63bc85649a
commit
c329f1473d
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user