Error IE8
GreeboFluffy opened this issue · 1 comments
GreeboFluffy commented
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
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 :)