🎨 Resolve merge conflict

This commit is contained in:
simurai
2016-10-15 20:53:02 +09:00
parent 2571bbc6f2
commit f13fd74342

View File

@@ -84,11 +84,7 @@ class AtomApplication
initialize: (options) ->
global.atomApplication = this
<<<<<<< HEAD
@config.onDidChange 'core.titleBar', @promptForRestart
=======
@config.onDidChange 'core.useCustomTitleBar', @promptForRestart.bind(this)
>>>>>>> master
@config.onDidChange 'core.titleBar', @promptForRestart.bind(this)
@autoUpdateManager = new AutoUpdateManager(
@version, options.test or options.benchmark or options.benchmarkTest, @resourcePath, @config