Skip to content

Commit

Permalink
💄 Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 14, 2014
1 parent 2c00c80 commit 1caf8c6
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 @@ -22,6 +22,7 @@ class Minimap
@emitter.emit('did-change-scroll-top', scrollTop)

onDidChange: (callback) -> @emitter.on 'did-change', callback

onDidChangeScrollTop: (callback) ->
@emitter.on 'did-change-scroll-top', callback

Expand Down

0 comments on commit 1caf8c6

Please sign in to comment.