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

@@ -825,6 +825,7 @@ class Atom extends Model
delete window[key]
else
window[key] = value
return
onUpdateAvailable: (callback) ->
@emitter.on 'update-available', callback