Use @ instead of EditorView prefix

This commit is contained in:
Kevin Sawicki
2014-02-12 08:59:06 -08:00
parent 8b83918a24
commit 4e2218b005

View File

@@ -1420,7 +1420,7 @@ class EditorView extends View
line.push("<div #{attributePairs}>")
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/)