Remove redundant multiline option

MWAceEditorWidget is now multiline by inheritance

Bug: T170275
Change-Id: Ie9d8f200b95497bbe91396ea92e29b0d317f010a
This commit is contained in:
Ed Sanders 2017-07-12 16:28:34 +01:00
parent 8a186b5822
commit 7239e4439c

View file

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