mauriciosantos / Buckets-JS

A complete, fully tested and documented data structure library written in pure JavaScript.
MIT License
1.25k stars 112 forks source link

use Universal Module Definition to support AMD and CommonJS #8

Closed zbyte64 closed 10 years ago

zbyte64 commented 10 years ago

Changed the module wrapper to use UMD. This supports AMD, CommonJS and exporting to root (ie vanilla script tag).