Use ‘atom-text-editor’ custom tag name for TextEditorElement

This commit is contained in:
Nathan Sobo
2014-10-08 14:11:57 -07:00
parent 8e06e88efa
commit 1eb3d8bf99
39 changed files with 121 additions and 123 deletions

View File

@@ -234,7 +234,7 @@ class WorkspaceView extends View
#
# Returns an {Array} of {TextEditorView}s.
getEditorViews: ->
for editorElement in @panes.element.querySelectorAll('atom-pane > .item-views > .editor')
for editorElement in @panes.element.querySelectorAll('atom-pane > .item-views > atom-text-editor')
$(editorElement).view()