Wizcorp / Ejecta-X

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

Old implementation of javaScriptCore - no .bind function #38

Open wojciak opened 10 years ago

wojciak commented 10 years ago

The JavaScriptCore library used in the project is very old - it doesn't even support the .bind function. This should be updated as it doesn't allow to create a ejecta<->ejecta-x common build environment/sources.

P.s. for now we can use a polyfill https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Function/bind

aogilvie commented 10 years ago

+1 Also thanks for the workaround.

aogilvie commented 10 years ago

@3dseals Where did you build JavaScriptCore from? Can you send me any documents for that?