Add DisplayBufferMarker.getAttributes

This commit is contained in:
Ben Ogle & Nathan Sobo
2013-07-17 14:58:21 -07:00
parent e8d4bbe5e7
commit ba3fa50c6e

View File

@@ -135,6 +135,9 @@ class DisplayBufferMarker
isDestroyed: ->
@bufferMarker.isDestroyed()
getAttributes: ->
@bufferMarker.getAttributes()
matchesAttributes: (attributes) ->
@bufferMarker.matchesAttributes(attributes)