bespokejs / bespoke

DIY Presentation Micro-Framework
http://markdalgleish.com/projects/bespoke.js/
MIT License
4.69k stars 442 forks source link

Error IE8 #18

Closed GreeboFluffy closed 11 years ago

GreeboFluffy commented 11 years ago

I recently started working on a project which includes this plugin, it looks realy cool by the way, but there seems to be one small problem. When running in IE8 javascript gives an error (Object doesn't support property or method 'bind' ) this beacause of the .bind() on the 'off' and 'on' events, maybe something to look at?

markdalgleish commented 11 years ago

Bespoke.js requires ES5, so you'll need ES5-shim for Function#bind to work.

I'm going to close this issue, but please re-open if you have more IE8 issues :)