mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
Make DisplayBuffer.getMarkers call down into TextBuffer.getMarkers
This commit is contained in:
@@ -403,7 +403,7 @@ class DisplayBuffer
|
||||
#
|
||||
# Returns an {Array} of existing {DisplayBufferMarker}s.
|
||||
getMarkers: ->
|
||||
_.values(@markers)
|
||||
@buffer.getMarkers().map ({id}) => @getMarker(id)
|
||||
|
||||
# Constructs a new marker at the given screen range.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user