You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides the usual browsers, I also test my EaselJS work on Safari in Windows but Apple hasn't released a new version of Safari for Windows in years. I'm relegated to using Safari 5.1.7 which is the latest version I could find for Windows. These next two errors only affect Safari 5.1.7 for Windows.
When I use Safari 5.1.7 with your latest builds easeljs-NEXT.min.js and easeljs.min.js (v1.0), I immediate get these errors:
TypeError: 'undefined' is not an object (evaluating 'c.performance.now')
and it appears your Bitmap class has been broken. The Bitmap class still works for me in version 0.8.2 on Safari.
TypeError: 'undefined' is not a constructor (evaluating 'new createjs.Bitmap( "images/paint2.png" )')