mirror of
https://github.com/atom/atom.git
synced 2026-02-16 17:45:24 -05:00
🎨 Rename method
This commit is contained in:
@@ -1481,8 +1481,8 @@ class TextEditor extends Model
|
||||
decorationsForScreenRowRange: (startScreenRow, endScreenRow) ->
|
||||
@displayBuffer.decorationsForScreenRowRange(startScreenRow, endScreenRow)
|
||||
|
||||
decorationStateForScreenRowRange: (startScreenRow, endScreenRow) ->
|
||||
@displayBuffer.decorationStateForScreenRowRange(startScreenRow, endScreenRow)
|
||||
decorationsStateForScreenRowRange: (startScreenRow, endScreenRow) ->
|
||||
@displayBuffer.decorationsStateForScreenRowRange(startScreenRow, endScreenRow)
|
||||
|
||||
# Extended: Get all decorations.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user