HenrikJoreteg / webrtcsupport

Browser module to detect support for WebRTC and extract proper constructors.
55 stars 33 forks source link

requireJS wrapper #1

Closed epoberezkin closed 11 years ago

epoberezkin commented 11 years ago

A simple requireJS wrapper...

HenrikJoreteg commented 11 years ago

This should already be compatible with require JS. Just use the bundled file: https://github.com/HenrikJoreteg/webrtcsupport/blob/master/webrtcsupport.bundle.js it includes the universal module definition stuff.

HenrikJoreteg commented 11 years ago

Thanks for submitting this nonetheless. Please re-open this if that doesn't work with you.

epoberezkin commented 11 years ago

Now I see it :) I'll keep using it with amd-only wrapper but there is no point adding it to repo indeed... That's a very good collection of modules, thanks!