Merge "Add missing space before closing parenthesis"

This commit is contained in:
jenkins-bot 2023-08-19 12:38:46 +00:00 committed by Gerrit Code Review
commit a8c81c556e

View file

@ -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',