You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/08/01 22:24:16 UTC

git commit: CB-7249cordova-plugin-media documentation translation: cordova-plugin-media

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master ca3ff60a7 -> bca398946


CB-7249cordova-plugin-media documentation translation: cordova-plugin-media


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/bca39894
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/bca39894
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/bca39894

Branch: refs/heads/master
Commit: bca398946dbab0f61c7c5dbd2c3be014d685d2d6
Parents: ca3ff60
Author: Lisa Seacat DeLuca <ld...@us.ibm.com>
Authored: Fri Aug 1 16:24:10 2014 -0400
Committer: Lisa Seacat DeLuca <ld...@us.ibm.com>
Committed: Fri Aug 1 16:24:10 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/bca39894/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 4eee351..cce7e70 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -482,7 +482,7 @@ A `MediaError` obiekt jest zwracany do `mediaError` funkcji wywołania zwrotnego
 
 ### Stałe
 
-*   `MediaError.MEDIA_ERR_ABORTED`
-*   `MediaError.MEDIA_ERR_NETWORK`
-*   `MediaError.MEDIA_ERR_DECODE`
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_ABORTED` = 1
+*   `MediaError.MEDIA_ERR_NETWORK` = 2
+*   `MediaError.MEDIA_ERR_DECODE` = 3
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED` = 4
\ No newline at end of file