Invisibles will be set in a call to updateInvisibles()

This commit is contained in:
Ben Ogle
2014-10-07 10:07:51 -07:00
parent ca4c40936a
commit fbe4cf5677

View File

@@ -84,7 +84,6 @@ class TextEditor extends Model
@cursors = []
@selections = []
@displayBuffer?.setInvisibles(invisibles)
@displayBuffer ?= new DisplayBuffer({buffer, tabLength, softWrapped})
@buffer = @displayBuffer.buffer
@softTabs = @usesSoftTabs() ? @softTabs ? atom.config.get('editor.softTabs') ? true