mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use @ instead of EditorView prefix
This commit is contained in:
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user