From 17947d0f99e0ce0b52090208e119f285b687746a Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 7 Jan 2014 14:58:51 -0700 Subject: [PATCH] Enable harmony proxies I want to use these in the pane-models branch, so it will be helpful if they are enabled in atom stable since it's an atom-shell level setting. --- src/browser/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ->