mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Merge "MWSaveDialog: Correct whitespace"
This commit is contained in:
commit
d3194051e7
|
@ -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