bespokejs / bespoke

DIY Presentation Micro-Framework

Home Page:http://markdalgleish.com/projects/bespoke.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error IE8

GreeboFluffy opened this issue · comments

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?

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 :)