mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Delegate EditorView::save to Editor::save
This commit is contained in:
@@ -604,6 +604,9 @@ class EditorView extends View
|
||||
# {Delegates to: Editor.setText}
|
||||
setText: (text) -> @editor.setText(text)
|
||||
|
||||
# {Delegates to: Editor.save}
|
||||
save: -> @editor.save()
|
||||
|
||||
# {Delegates to: Editor.getText}
|
||||
getText: -> @editor.getText()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user