Skip to content

Commit

Permalink
🐛 Fix missing method for decoration management in minimap
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 15, 2014
1 parent 17ba173 commit b1911a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/minimap.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class Minimap extends Model
canScroll: -> @getMinimapMaxScrollTop() > 0

getMarker: (id) -> @textEditor.getMarker(id)
findMarkers: (o) -> @textEditor.findMarkers(o)

markBufferRange: (range) -> @textEditor.markBufferRange(range)

Expand Down

0 comments on commit b1911a9

Please sign in to comment.