mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-27 09:42:11 +00:00
Merge "Add missing space before closing parenthesis"
This commit is contained in:
commit
a8c81c556e
|
@ -56,7 +56,7 @@
|
|||
if ( property === 'html' || property === 'text' || property === 'title' ) {
|
||||
messageMethod = 'mw.message( ' + JSON.stringify( key ) + ' ).parse()';
|
||||
} else {
|
||||
messageMethod = 'mw.msg( ' + JSON.stringify( key ) + ')';
|
||||
messageMethod = 'mw.msg( ' + JSON.stringify( key ) + ' )';
|
||||
}
|
||||
var deprecationMsg = mw.log.makeDeprecated(
|
||||
'wikiEditor_autoMsg',
|
||||
|
|
Loading…
Reference in a new issue