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