Skip to content

Commit

Permalink
🐛 Fix error raised when creating a decoration
Browse files Browse the repository at this point in the history
Fixes #335
  • Loading branch information
abe33 committed Jun 5, 2015
1 parent ba75b14 commit 6992530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/mixins/decoration-management.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ class DecorationManagement extends Mixin
@decorationUpdatedSubscriptions = {}
@decorationDestroyedSubscriptions = {}

# Internal: Introduced in the DisplayBuffer in v0.206.0 to handle change
# in overlay decorations. It does nothing here because we don't use the
# overlay type.
decorationDidChangeType: (decoration) ->

# Internal: Receive the update event of a decoration and trigger
# a `minimap:decoration-updated` event.
Expand Down

0 comments on commit 6992530

Please sign in to comment.