mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add DisplayBufferMarker.getAttributes
This commit is contained in:
@@ -135,6 +135,9 @@ class DisplayBufferMarker
|
||||
isDestroyed: ->
|
||||
@bufferMarker.isDestroyed()
|
||||
|
||||
getAttributes: ->
|
||||
@bufferMarker.getAttributes()
|
||||
|
||||
matchesAttributes: (attributes) ->
|
||||
@bufferMarker.matchesAttributes(attributes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user