Add explicit return after for loop

This commit is contained in:
Kevin Sawicki
2015-03-18 15:19:19 -07:00
parent 6e464ac35c
commit 590a4b0fd5
22 changed files with 54 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ class GutterComponent
delete @lineNumberNodesById[id]
delete @oldState.lineNumbers[id]
return
buildLineNumberHTML: (lineNumberState) ->
{screenRow, bufferRow, softWrapped, top, decorationClasses} = lineNumberState
if screenRow?