Deprecate pageUp / pageDown

This commit is contained in:
Ben Ogle
2014-07-30 15:33:43 -07:00
parent 35fd19f3ef
commit cf9208bc02

View File

@@ -258,9 +258,11 @@ class EditorView extends View
@component.performSyncUpdates = valueToRestore
pageDown: ->
deprecate('Use editorView.getModel().pageDown()')
@editor.pageDown()
pageUp: ->
deprecate('Use editorView.getModel().pageUp()')
@editor.pageUp()
# Public: Retrieves the number of the row that is visible and currently at the