flobacher / SVGInjector2

Fast, caching, dynamic inline SVG DOM injection library
MIT License
57 stars 8 forks source link

fixed bug to work with multiple spritemaps #1

Closed hochitom closed 8 years ago

hochitom commented 8 years ago

moved requestQueue array initialization outside of init function to not override it, when more than one spritemaps are being initialized.

flobacher commented 8 years ago

great! thx for this!