add comment about using better invalidation strategy

This commit is contained in:
Ben Ogle 2013-07-22 15:06:01 -07:00
parent 8db9551700
commit 77e12e3658

View File

@ -86,6 +86,8 @@ class BookmarksView
createBookmarkMarker: (bufferRow) ->
range = [[bufferRow, 0], [bufferRow, 0]]
# TODO: use the 'surround' strategy when collaboration is merged in
@displayBuffer().markBufferRange(range, @bookmarkMarkerAttributes(invalidationStrategy: 'never'))
findBookmarkMarkers: (attributes={}) ->