mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix example in editor-view.coffee
This commit is contained in:
@@ -28,7 +28,7 @@ LongLineLength = 1000
|
||||
# ## Iterating over the open editor views
|
||||
#
|
||||
# ```coffee
|
||||
# for editorView in atom.workspace.getEditorViews()
|
||||
# for editorView in atom.workspaceView.getEditorViews()
|
||||
# console.log(editorView.getEditor().getPath())
|
||||
# ```
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user