Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(media-error): Correct error type documentation (#5566)
  • Loading branch information
bartlomein authored and gkatsev committed Nov 9, 2018
1 parent b2c1077 commit 441f0e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/media-error.js
Expand Up @@ -82,9 +82,9 @@ MediaError.prototype.status = null;
* @enum {array}
* @readonly
* @property {string} 0 - MEDIA_ERR_CUSTOM
* @property {string} 1 - MEDIA_ERR_CUSTOM
* @property {string} 2 - MEDIA_ERR_ABORTED
* @property {string} 3 - MEDIA_ERR_NETWORK
* @property {string} 1 - MEDIA_ERR_ABORTED
* @property {string} 2 - MEDIA_ERR_NETWORK
* @property {string} 3 - MEDIA_ERR_DECODE
* @property {string} 4 - MEDIA_ERR_SRC_NOT_SUPPORTED
* @property {string} 5 - MEDIA_ERR_ENCRYPTED
*/
Expand Down

0 comments on commit 441f0e1

Please sign in to comment.