From c97ecf9da2afa6eabfc267111a01e1bebd7bd5c2 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 9 Nov 2015 12:19:55 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20disable=20render=20backgroundin?= =?UTF-8?q?g.=20Doesn=E2=80=99t=20seem=20to=20make=20a=20difference.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/browser/atom-application.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index 79062cca7..8bb44349e 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -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: ->