Add DisplayBufferMarker::getInvalidationStrategy

This commit is contained in:
Ben Ogle
2014-09-17 17:43:39 -07:00
parent e3ce6f8a20
commit bd19899dd8

View File

@@ -129,6 +129,14 @@ class DisplayBufferMarker
isReversed: ->
@bufferMarker.isReversed()
# Extended: Get the invalidation strategy for this marker.
#
# Valid values include: `never`, `surround`, `overlap`, `inside`, and `touch`.
#
# Returns a {String}.
getInvalidationStrategy: ->
@bufferMarker.getInvalidationStrategy()
# Extended: Returns an {Object} containing any custom properties associated with
# the marker.
getAttributes: ->