mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
MWSaveDialog: Correct whitespace
Change-Id: I9f2ad375bc04e798aa4d2f2a8097a4af0a2b2e4d
This commit is contained in:
parent
b803443193
commit
74db35b93c
|
@ -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 ),
|
||||
|
|
Loading…
Reference in a new issue