Merge "MWSaveDialog: Correct whitespace"

This commit is contained in:
jenkins-bot 2015-01-05 21:09:08 +00:00 committed by Gerrit Code Review
commit d3194051e7

View file

@ -359,7 +359,7 @@ ve.ui.MWSaveDialog.prototype.initialize = function () {
} );
// Byte counter in edit summary
this.editSummaryCountLabel = new OO.ui.LabelWidget ( {
this.editSummaryCountLabel = new OO.ui.LabelWidget( {
$: this.$,
classes: [ 've-ui-mwSaveDialog-editSummary-count' ],
label: String( this.editSummaryByteLimit ),