cgiffard / Captionator

HTML5 polyfill for closed captioning with the <track> element, and implements the WHATWG Timed Text Track specification.
captionatorjs.com
300 stars 66 forks source link

Don't publish globals unless absolutely necessary #31

Closed stephenmathieson closed 11 years ago

stephenmathieson commented 11 years ago

I've added support for nodejs-style modules and AMD, and have removed the global from environments which support such functionality.

cgiffard commented 11 years ago

Cool, looks good! :)