Skip to content

Instantly share code, notes, and snippets.

@ChenReuven
Created March 12, 2013 08:16
Show Gist options
  • Save ChenReuven/5141094 to your computer and use it in GitHub Desktop.
Save ChenReuven/5141094 to your computer and use it in GitHub Desktop.
JS: Comments
/**
* 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