You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/06/20 21:13:08 UTC

git commit: Update index.md

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 <ra...@gmail.com>
Authored: Fri Jun 20 09:48:25 2014 -0500
Committer: Raymond Camden <ra...@gmail.com>
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