Destroy markers properly in command panel operations

This commit is contained in:
Nathan Sobo
2013-04-29 10:46:47 -06:00
parent ae5e07ddd6
commit 8c037bf425

View File

@@ -32,5 +32,5 @@ class Operation
{prefix, suffix, match, range}
destroy: ->
@buffer?.destroyMarker(@marker) if @marker?
@marker?.destroy()
@buffer?.release()