Return false from isComment() for consistency

This commit is contained in:
Ben Ogle 2013-07-23 13:40:25 -07:00
parent 2d9ef9aad6
commit c17f5bd41e

View File

@ -111,3 +111,4 @@ class TokenizedLine
for scope in token.scopes
return true if _.contains(scope.split('.'), 'comment')
break
false