mirror of
https://github.com/atom/atom.git
synced 2026-02-14 08:35:11 -05:00
Remove anchorPoint state from EditSession
This commit is contained in:
@@ -40,8 +40,6 @@ class EditSession
|
||||
@softTabs = @buffer.usesSoftTabs() ? softTabs ? true
|
||||
@languageMode = new LanguageMode(this, @buffer.getExtension())
|
||||
@displayBuffer = new DisplayBuffer(@buffer, { @languageMode, tabLength })
|
||||
@nextAnchorPointId = 1
|
||||
@anchorPointsById = {}
|
||||
@anchors = []
|
||||
@anchorRanges = []
|
||||
@cursors = []
|
||||
|
||||
Reference in New Issue
Block a user