Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 611C51113C for ; Fri, 20 Jun 2014 19:13:08 +0000 (UTC) Received: (qmail 88672 invoked by uid 500); 20 Jun 2014 19:13:08 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 88645 invoked by uid 500); 20 Jun 2014 19:13:08 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 88636 invoked by uid 99); 20 Jun 2014 19:13:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2014 19:13:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 07254987CD7; Fri, 20 Jun 2014 19:13:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Update index.md Date: Fri, 20 Jun 2014 19:13:08 +0000 (UTC) Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/master 2cd642211 -> 318c9412b Update index.md Simply add the values for the constants. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/318c9412 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/318c9412 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/318c9412 Branch: refs/heads/master Commit: 318c9412bca4ae8e2398085b24f9d727c124e0fb Parents: 2cd6422 Author: Raymond Camden Authored: Fri Jun 20 09:48:25 2014 -0500 Committer: Raymond Camden Committed: Fri Jun 20 09:48:25 2014 -0500 ---------------------------------------------------------------------- doc/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/318c9412/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index 724c148..f8bcbeb 100644 --- a/doc/index.md +++ b/doc/index.md @@ -253,10 +253,10 @@ A `FileTransferError` object is passed to an error callback when an error occurs ### Constants -- `FileTransferError.FILE_NOT_FOUND_ERR` -- `FileTransferError.INVALID_URL_ERR` -- `FileTransferError.CONNECTION_ERR` -- `FileTransferError.ABORT_ERR` +- 1 = `FileTransferError.FILE_NOT_FOUND_ERR` +- 2 = `FileTransferError.INVALID_URL_ERR` +- 3 = `FileTransferError.CONNECTION_ERR` +- 4 = `FileTransferError.ABORT_ERR` ## Backwards Compatibility Notes