shutterstock / rickshaw

JavaScript toolkit for creating interactive real-time graphs
https://shutterstock.github.io/rickshaw
MIT License
6.53k stars 941 forks source link

Opera - Uncaught exception: TypeError: Cannot convert 'Rickshaw.Fixtures' to object #1

Closed ghost closed 12 years ago

ghost commented 12 years ago

In opera loading http://shutterstock.github.com/rickshaw/examples/start.html throws an error: "Uncaught exception: TypeError: Cannot convert 'Rickshaw.Fixtures' to object"

erikdahlstrom commented 12 years ago

Can be fixed by making "parent" a local variable in Rickshaw.js, right now it's trying to redefine "window.parent", which isn't allowed in Opera.

dchester commented 12 years ago

This should be looking better with commit 87633b8.