Move snapshot code to package

This commit is contained in:
probablycorey
2013-11-22 14:38:13 -08:00
parent eb985a9880
commit a0ceb78627
6 changed files with 0 additions and 60 deletions

View File

@@ -1437,10 +1437,3 @@ class Editor
# Private:
getSelectionMarkerAttributes: ->
type: 'selection', editorId: @id, invalidate: 'never'
# Private:
getDebugSnapshot: ->
[
@displayBuffer.getDebugSnapshot()
@displayBuffer.tokenizedBuffer.getDebugSnapshot()
].join('\n\n')