mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Use new API to destroy markers in snippets package
This commit is contained in:
@@ -64,7 +64,7 @@ class SnippetExpansion
|
||||
|
||||
destroy: ->
|
||||
@unsubscribe()
|
||||
@editSession.destroyMarker(marker) for marker in @tabStopMarkers
|
||||
marker.destroy() for marker in @tabStopMarkers
|
||||
@editSession.snippetExpansion = null
|
||||
|
||||
restore: (@editSession) ->
|
||||
|
||||
Reference in New Issue
Block a user