lvivski/animatic

__defineGetter__

Closed this issue · 4 comments

kof commented

Hi, in IE10 this method was already removed. So it throws.

kof commented

Depending on what browser you do want to support you can use Object.create or Object.defineProperty
http://kangax.github.io/es5-compat-table/
I personally do not care about IE < 10, FF < 4 and opera ...

Thanks :)

kof commented

thanks, you forgot to make a release :)

kof commented

Friendly reminder: you still didn't make a release with this fix :(