cujojs / poly

Small, fast, awesome. The only ES5-ish set of polyfills (shims) you can mix-and-match because they're individual modules.
Other
139 stars 18 forks source link

Convert to UMD #30

Closed unscriptable closed 10 years ago

unscriptable commented 10 years ago

Even though most (all?) of the existing shims are not needed in node or other server-side environments, we still may want to load the modules into a CommonJS environment.

unscriptable commented 10 years ago

Here's the UMD boilerplate we should use: http://know.cujojs.com/tutorials/modules/authoring-umd-modules#Normalize-to-an-AMD-factory-with-injected-require--

jaredcacurak commented 10 years ago

Does 45cd1cdbd3a44477a626bad3519bd2d0acfce93e resolve this issue @unscriptable?

unscriptable commented 10 years ago

It looks like this commit got re-tagged as 0.6.0? OR is github playing tricks on me?

unscriptable commented 10 years ago

WTF, yes it does. Closing.