CreateJS / PreloadJS

PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not.
http://createjs.com/
MIT License
2.88k stars 764 forks source link

Fixed issue with queue events on Angular 2+ #250

Closed dpodsiadlo closed 6 years ago

dpodsiadlo commented 6 years ago

A really small fix for the issue #245. I removed the only one reference to the window.createjs variable in whole project. Also tested it with Angular 4 and 5 and didn't notice any issues.

lannymcnie commented 6 years ago

Thanks for the PR!

I am sure there was some reason we did this, but it was years ago, and likely for a no-longer-supported browser (like IE8).