I'm trying to listen for the "compositionReady" event using external javascript. In my html page where the Edge animation is loading I have the following script:
The "bootstrapped" log message is displayed, but the registerCompositionReadyHandler function throws an error saying TypeError: Object #<Object> has no method 'ready'. The error goes away if I remove the inline function.
According to the documentation I seem to be doing everything correctly.