_this is not defined... only on Firefox?
sortofsleepy opened this issue · 1 comments
Hello!
I see this has been filed as a bug before that sounded like it had been fixed - but unfortunately it seems to have made it's way back. There are also some additional strange errors that might be in relation(see screenshot)
I'm seeing this behavior in Firefox only, Chrome for whatever reason is ok (Safari and IE are not a part of my requirements so I haven't tested them)
I've tried all of the 0.6.2 release libraries both the regular and NEXT versions 😢
Any ideas on whats wrong? Looking at the unminified source, it looked like a simple mistake, but changing _this
to this
results in another strange error.
Trying this on Windows 10 if that happens to affect things.
Help is appreciated!
This issue was resolved in December, 2015 - about a month after the release of 0.6.2 -- so that version (both combined and min) will have that issue.
The approach was changed to pass an event instead (March 2017), and the NEXT version reflects that change. You can see it here: https://github.com/CreateJS/PreloadJS/blob/master/lib/preloadjs-NEXT.combined.js#L6844
Hope that helps!