mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Don’t disable render backgrounding. Doesn’t seem to make a difference.
This commit is contained in:
@@ -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: ->
|
||||
|
||||
Reference in New Issue
Block a user