mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move snapshot code to package
This commit is contained in:
@@ -1437,10 +1437,3 @@ class Editor
|
||||
# Private:
|
||||
getSelectionMarkerAttributes: ->
|
||||
type: 'selection', editorId: @id, invalidate: 'never'
|
||||
|
||||
# Private:
|
||||
getDebugSnapshot: ->
|
||||
[
|
||||
@displayBuffer.getDebugSnapshot()
|
||||
@displayBuffer.tokenizedBuffer.getDebugSnapshot()
|
||||
].join('\n\n')
|
||||
|
||||
Reference in New Issue
Block a user