mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
Remove redundant multiline option
MWAceEditorWidget is now multiline by inheritance Bug: T170275 Change-Id: Ie9d8f200b95497bbe91396ea92e29b0d317f010a
This commit is contained in:
parent
8a186b5822
commit
7239e4439c
|
@ -48,7 +48,6 @@ ve.ui.MWSyntaxHighlightDialog.prototype.initialize = function () {
|
|||
|
||||
this.input = new ve.ui.MWAceEditorWidget( {
|
||||
limit: 1,
|
||||
multiline: true,
|
||||
rows: 10,
|
||||
maxRows: 25,
|
||||
autosize: true,
|
||||
|
|
Loading…
Reference in a new issue