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 has been archived by the owner on Jun 9, 2019. It is now read-only.
The following code causes the title message to be raised in Firefox and loads the flashobject in IE11. This happens with the dev and master branches. No other api call are made prior to this code, only the inclusion of the script.
The following code causes the title message to be raised in Firefox and loads the flashobject in IE11. This happens with the dev and master branches. No other api call are made prior to this code, only the inclusion of the script.
var pluckString = T("pluck", { freq: this.data('NOTE').FREQUENCY , mul: 0.3 }).bang().play();
T("timeout", { timeout: 750 }).on("ended",
function () {
this.stop();
}
).set({ buddies: pluckString }).start();
The text was updated successfully, but these errors were encountered: