mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
📝 Improve naming
This commit is contained in:
@@ -174,6 +174,11 @@ class Selection extends Model
|
||||
intersectsScreenRow: (screenRow) ->
|
||||
@getScreenRange().intersectsRow(screenRow)
|
||||
|
||||
# Public: Identifies if this selection's rows intersects with another selection's rows.
|
||||
#
|
||||
# * `otherSelection` A {Selection} to check against.
|
||||
#
|
||||
# Returns a {Boolean}
|
||||
intersectsByRowWith: (otherSelection) ->
|
||||
otherScreenRange = otherSelection.getScreenRange()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user