iconic / SVGInjector

Fast, caching, dynamic inline SVG DOM injection library
MIT License
975 stars 145 forks source link

Minor improvements #36

Closed vbauerster closed 6 years ago

vbauerster commented 8 years ago

Prevent code from fail, if img element will have 'hasOwnProperty' class name, for whatever reason. Unified undefined use, same style as used in forEach polyfill.

stryju commented 8 years ago

while the map being an Object instead of an Array is 👍 , all the other changes are unnecessary:

vbauerster commented 8 years ago

I've updated, according your recommendations.