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

git commit: code #s for MediaError

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 142f72b15 -> 1b0405c43


code #s for MediaError

Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/1b0405c4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/1b0405c4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/1b0405c4

Branch: refs/heads/master
Commit: 1b0405c43d0d6056a24ace80bcbceef8a4123f98
Parents: 142f72b
Author: Raymond Camden <ra...@gmail.com>
Authored: Wed Jun 25 08:48:36 2014 -0500
Committer: Raymond Camden <ra...@gmail.com>
Committed: Wed Jun 25 08:48:36 2014 -0500

----------------------------------------------------------------------
 doc/index.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/1b0405c4/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 12957eb..4eb6fe6 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -485,8 +485,8 @@ function when an error occurs.
 
 ### Constants
 
-- `MediaError.MEDIA_ERR_ABORTED`
-- `MediaError.MEDIA_ERR_NETWORK`
-- `MediaError.MEDIA_ERR_DECODE`
-- `MediaError.MEDIA_ERR_NONE_SUPPORTED`
+- `MediaError.MEDIA_ERR_ABORTED`        = 1
+- `MediaError.MEDIA_ERR_NETWORK`        = 2
+- `MediaError.MEDIA_ERR_DECODE`         = 3
+- `MediaError.MEDIA_ERR_NONE_SUPPORTED` = 4