Created
March 12, 2013 08:16
-
-
Save ChenReuven/5141094 to your computer and use it in GitHub Desktop.
JS: Comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Modules Module | |
* @type {Object} | |
*/ | |
/** | |
* Audio player model | |
* @param {DOMElement} container audio tag DOM container | |
* @param {Function} endedCallback callback to call when audio track playback ended | |
* @constructor | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment