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.
This commit is contained in:
Nathan Sobo 2014-01-07 14:58:51 -07:00
parent 92650e079f
commit 1d04cbf584

View File

@ -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: ->