From 9574458feb8d519d211dca77ca70661698fc8e1a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 29 Aug 2014 09:34:59 -0700 Subject: [PATCH] :memo: :lipstick: --- src/editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.coffee b/src/editor.coffee index d5f0870b6..f66825a9d 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -975,8 +975,8 @@ class Editor extends Model ### Section: Undo Operations ### - # Public: Undo the last change. + # Public: Undo the last change. undo: -> @getCursor().needsAutoscroll = true @buffer.undo(this)