mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Delete dead code
This commit is contained in:
@@ -111,7 +111,6 @@ class Editor extends View
|
||||
@pre class: 'line', =>
|
||||
if tokens.length
|
||||
for token in tokens
|
||||
classes = token.type.split('.').map((c) -> "ace_#{c}").join(' ')
|
||||
@span { class: token.type.replace('.', ' ') }, token.value
|
||||
else
|
||||
@raw ' '
|
||||
|
||||
Reference in New Issue
Block a user