Merge pull request #1817 from atom/cj-harmony

Let's go full harmony!
This commit is contained in:
Corey Johnson
2014-04-02 13:15:53 -07:00

View File

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