Skip to content

Commit

Permalink
🐛 Fix deprecations on editor methods
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Jan 16, 2015
1 parent e2fe29b commit 8386e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/marker-mixin.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MarkerMixin extends Mixin
@isVisible()

intersectsRenderedScreenRows: (range) ->
range.intersectsRowRange(@editor.getFirstVisibleScreenRow(), @editor.getLastVisibleScreenRow())
range.intersectsRowRange(@editorElement.getFirstVisibleScreenRow(), @editorElement.getLastVisibleScreenRow())

isHidden: ->
@hiddenDueToComment() or @hiddenDueToString()
Expand Down

0 comments on commit 8386e01

Please sign in to comment.