Merge branch 'master' into api/docs

This commit is contained in:
Garen Torikian
2013-04-09 16:21:14 -05:00
4 changed files with 1 additions and 34 deletions

View File

@@ -162,10 +162,6 @@ class RootView extends View
indexOfPane: (pane) ->
@panes.indexOfPane(pane)
eachPane: (callback) ->
callback(pane) for pane in @getPanes()
@on 'pane:attached', (e, pane) -> callback(pane)
eachEditor: (callback) ->
callback(editor) for editor in @getEditors()
@on 'editor:attached', (e, editor) -> callback(editor)