diff --git a/src/editor-view.coffee b/src/editor-view.coffee
index 5331cd230..b64f41379 100644
--- a/src/editor-view.coffee
+++ b/src/editor-view.coffee
@@ -1420,7 +1420,7 @@ class EditorView extends View
line.push("
")
if text == ''
- html = EditorView.buildEmptyLineHtml(showIndentGuide, eolInvisibles, htmlEolInvisibles, indentation, editor, mini)
+ html = @buildEmptyLineHtml(showIndentGuide, eolInvisibles, htmlEolInvisibles, indentation, editor, mini)
line.push(html) if html
else
firstNonWhitespacePosition = text.search(/\S/)