From a2efd407981bb0bd746403a7e88d0dc120c0a101 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 2 Jun 2013 15:16:21 +0800 Subject: [PATCH] URL => Url. --- src/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 932286ff4..b0b2ff50b 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -90,7 +90,7 @@ class AtomApplication setupCrashReporter: -> crashReporter.setCompanyName 'GitHub' - crashReporter.setSubmissionURL 'https://speakeasy.githubapp.com/submit_crash_log' + crashReporter.setSubmissionUrl 'https://speakeasy.githubapp.com/submit_crash_log' crashReporter.setAutoSubmit true listenForArgumentsFromNewProcess: ->