mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add explicit return after for loop
This commit is contained in:
@@ -825,6 +825,7 @@ class Atom extends Model
|
||||
delete window[key]
|
||||
else
|
||||
window[key] = value
|
||||
return
|
||||
|
||||
onUpdateAvailable: (callback) ->
|
||||
@emitter.on 'update-available', callback
|
||||
|
||||
Reference in New Issue
Block a user