web-animations / web-animations-js-legacy

The original emulator of the Web Animations specification. Please use web-animations-js instead:
https://github.com/web-animations/web-animations-js
Apache License 2.0
707 stars 84 forks source link

Uncaught SyntaxError: Duplicate data property in object literal not allowed in strict mode #646

Open pjako opened 10 years ago

pjako commented 10 years ago

I'm currently getting this error when I add web-animation.js to my index.html web-animations.js:4546 Uncaught SyntaxError: Duplicate data property in object literal not allowed in strict mode

alancutter commented 10 years ago

I'm not able to reproduce this, could you give a code example that shows the error? Which browser + version are you using?

pjako commented 10 years ago

I use chronium v40 This is how I tested it: https://gist.github.com/pjako/f9d93b08504bb9c69576