jaysalvat / buzz

Buzz is a small but powerful Javascript library that allows you to easily take advantage of the new HTML5 audio element. It tries to degrade silently on non-modern browsers.
http://buzz.jaysalvat.com
MIT License
1.21k stars 227 forks source link

Review UMD wrapper #73

Closed stephanebachelier closed 10 years ago

stephanebachelier commented 10 years ago

Use an anonymous module to make it more portable see #62 based on https://github.com/umdjs/umd/blob/master/returnExports.js

define and module being used as a global, add consistency by not using context.define.

jaysalvat commented 10 years ago

Great! Thanks a lot.