mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
De-public a couple unused methods
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user