mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
fixed #91 crash after round end
This commit is contained in:
parent
b92cce88f2
commit
4f3a53ca53
6 changed files with 15 additions and 18 deletions
|
|
@ -25,8 +25,8 @@ function () {
|
|||
}
|
||||
|
||||
AudioPlayer.prototype.stop = function() {
|
||||
this.audio.stop();
|
||||
this.doPlay = false;
|
||||
//this.audio.stop();
|
||||
//this.doPlay = false;
|
||||
};
|
||||
|
||||
AudioPlayer.prototype.destroy = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue