You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2019. It is now read-only.
Excerpt from the documentation: "Note that these events are also triggered on the main Stapes object, so you can use Stapes.on to catch events from these mixed-in objects as well."
However, the code doesn't work:
Stapes.on('sing',function(data,e){console.log("Singing from "+e.scope.name);});
Excerpt from the documentation: "Note that these events are also triggered on the main Stapes object, so you can use Stapes.on to catch events from these mixed-in objects as well."
However, the code doesn't work:
Error message (Chrome 20.0/WinXP/32): "TypeError: Cannot read property 'sing' of undefined"