Don’t disable render backgrounding. Doesn’t seem to make a difference.

This commit is contained in:
Nathan Sobo
2015-11-09 12:19:55 -07:00
parent 5587bad758
commit c97ecf9da2

View File

@@ -158,7 +158,6 @@ class AtomApplication
# Configures required javascript environment flags.
setupJavaScriptArguments: ->
app.commandLine.appendSwitch 'js-flags', '--harmony'
app.commandLine.appendSwitch 'disable-renderer-backgrounding'
# Registers basic application commands, non-idempotent.
handleEvents: ->