From e9cf61684489a953295fb5deb9cd52ffa36787b8 Mon Sep 17 00:00:00 2001 From: t9md Date: Tue, 12 Sep 2017 11:26:51 +0900 Subject: [PATCH] FIX "softWrapped" appear twice in field extraction --- src/text-editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 0eb0b1dee..68bd03abf 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -153,7 +153,7 @@ class TextEditor extends Model { @softTabs, @initialScrollTopRow, @initialScrollLeftColumn, initialLine, initialColumn, tabLength, - @softWrapped, @decorationManager, @selectionsMarkerLayer, @buffer, suppressCursorCreation, + @decorationManager, @selectionsMarkerLayer, @buffer, suppressCursorCreation, @mini, @placeholderText, lineNumberGutterVisible, @showLineNumbers, @largeFileMode, @assert, grammar, @showInvisibles, @autoHeight, @autoWidth, @scrollPastEnd, @scrollSensitivity, @editorWidthInChars, @tokenizedBuffer, @displayLayer, @invisibles, @showIndentGuide,