diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index d209ffd41..f61675d80 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -125,7 +125,7 @@ class AtomApplication # Configures required javascript environment flags. setupJavaScriptArguments: -> - app.commandLine.appendSwitch 'js-flags', '--harmony_collections --harmony-proxies' + app.commandLine.appendSwitch 'js-flags', '--harmony' # Enable updates unless running from a local build of Atom. setupAutoUpdater: ->