beakable / isometric

JSIso - An HTML5 Canvas Tile Engine
http://jsiso.com
MIT License
545 stars 69 forks source link

ReferenceError: Promise is not defined #14

Open jason-allen-oneal opened 8 years ago

jason-allen-oneal commented 8 years ago

I copied and pasted example #11, using the correct paths for my file system, and all I get is an error in the console: ReferenceError: Promise is not defined load.js (line 40)

beakable commented 8 years ago

Hi Jason,

Are you using a recent version of your browser? If Promise is undefined its most likely because the ES6 Promises the engine uses isn't supported by the browser you're trying it out in and there is no pollyfill support currently. Give the latest version of chrome a bash and let me know how you get on. Thanks!

Sent from my iPhone

On Jan 17, 2016, at 4:38 PM, jason-allen-oneal notifications@github.com wrote:

I copied and pasted example #11, using the correct paths for my file system, and all I get is an error in the console: ReferenceError: Promise is not defined loadjs (line 40)

— Reply to this email directly or view it on GitHub.

jason-allen-oneal commented 8 years ago

I get it in both Pale Moon 25.8.0 (x64) and Chrome 47.0.2526.111 m, both the latest versions available.