Wizcorp / Ejecta-X

A Fast, Open Source JavaScript, Canvas & Audio Implementation
http://wizcorp.github.io/Ejecta-X
185 stars 50 forks source link

Function.prototype.bind is undefined #91

Closed ericlathrop closed 9 years ago

ericlathrop commented 9 years ago

Function.prototype.bind is not defined. It should be a part of JavaScriptCore. I was able to polyfill it with this MDN implementation in ejecta.js.

ericlathrop commented 9 years ago

Duplicate of #38.