Closed IceOnFire closed 8 years ago
Awesome. Thanks for sharing this, I will definitely add this.
However I will maybe need until end of this week. But if you want to contribute, I will also accept pull request.
Hi Jan,
I applied UMD support in the pull request above. I messed up a little with commits and failing tests, but everything should be ok now.
Antony
Added in v0.2.1 - #21
IMHO the best way to support globals, Node, and AMD is by conforming to the UMD API (https://github.com/umdjs/umd).
I tried wrapping your library in this IIFE
and it works like a charm. What do you think?
Antony