📝 coc EditorView::getEditor

This commit is contained in:
Kevin Sawicki
2014-02-04 12:43:47 -08:00
parent a03aad6f5e
commit 061599554e

View File

@@ -223,6 +223,9 @@ class EditorView extends View
do (name, method) =>
@command name, (e) -> method(e); false
# Public: Get the underlying editor model for this view.
#
# Returns an {Editor}.
getEditor: ->
@editor