Update screen-line

This commit is contained in:
Garen Torikian
2013-05-01 16:40:49 -07:00
parent 5c21d71461
commit 75b40f603a

View File

@@ -106,9 +106,6 @@ class ScreenLine
breakOutLeadingWhitespace = token.isOnlyWhitespace() if breakOutLeadingWhitespace
outputTokens
# Public: Determins if the current line is commented.
#
# Returns a {Boolean}.
isComment: ->
for token in @tokens
continue if token.scopes.length is 1