Remove redundant multiline option

MWAceEditorWidget is now multiline by inheritance

Bug: T170275
Change-Id: I0efe1299ceb441c70d106e3b25514c0c0a7dfdce
This commit is contained in:
Ed Sanders 2017-07-12 16:26:54 +01:00
parent 368d2472d8
commit b923169efa
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ ve.ui.MWLatexDialog.prototype.initialize = function () {
);
this.input = new ve.ui.MWAceEditorWidget( {
multiline: true,
rows: 1, // This will be recalculated later in onWindowManagerResize
autocomplete: 'live',
autocompleteWordList: this.constructor.static.autocompleteWordList