This commit is contained in:
Garen Torikian
2013-04-26 14:45:18 -07:00
parent bb40ad6177
commit 7fdfd71382

View File

@@ -666,7 +666,7 @@ class Editor extends View
logCursorScope: ->
console.log @activeEditSession.getCursorScopes()
# Public: Emulates the "page down" key, where the last row of a buffer scrolls to become the first.
# Public: Emulates the "page down" key, where the last row of a buffer scrolls to become the first.
pageDown: ->
newScrollTop = @scrollTop() + @scrollView[0].clientHeight
@activeEditSession.moveCursorDown(@getPageRows())