Add ReactEditorView::getPane for backward-compatibility

This commit is contained in:
Nathan Sobo
2014-04-10 13:48:11 -06:00
parent 495b1571ca
commit a2a625a7bb

View File

@@ -21,3 +21,6 @@ class ReactEditorView extends View
React.unmountComponentAtNode(@element)
@attached = false
@trigger 'editor:detached', this
getPane: ->
@closest('.pane').view()