satazor / js-spark-md5

Lightning fast normal and incremental md5 for javascript
Do What The F*ck You Want To Public License
2.46k stars 469 forks source link

Added AMD Support #1

Closed Couto closed 12 years ago

Couto commented 12 years ago

Added AMD Support, the boilerplate used was based on the and-utils from Miller Medeiros (http://millermedeiros.github.com/amd-utils)

I loaded RequireJS directly from their website to avoid adding more files…