From 14dcf50683452af950c74d36fe4cfff4cb40129c Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 28 Aug 2014 16:53:44 -0700 Subject: [PATCH] De-public a couple unused methods --- src/editor.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor.coffee b/src/editor.coffee index fbb97b79c..d3d7d649b 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -2084,7 +2084,7 @@ class Editor extends Model # Selections Private - # Public: Add a similarly-shaped selection to the next eligible line below + # Add a similarly-shaped selection to the next eligible line below # each selection. # # Operates on all selections. If the selection is empty, adds an empty @@ -2095,7 +2095,7 @@ class Editor extends Model addSelectionBelow: -> @expandSelectionsForward (selection) -> selection.addSelectionBelow() - # Public: Add a similarly-shaped selection to the next eligible line above + # Add a similarly-shaped selection to the next eligible line above # each selection. # # Operates on all selections. If the selection is empty, adds an empty