Skip to content

Commit

Permalink
🐛 Fix missing getTextEditor method on minimap view
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Jan 5, 2015
1 parent f85de70 commit 569ee95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/minimap-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ class MinimapView extends View
@renderView.destroy()
@remove()

getTextEditor: -> @editor

setEditorView: (@editorView) ->
@editor = @editorView.getModel()
if @paneView?
Expand Down

0 comments on commit 569ee95

Please sign in to comment.