mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 23:53:24 +00:00
Joue / stoppe le son
This commit is contained in:
@@ -20,6 +20,8 @@ define(
|
||||
}
|
||||
|
||||
this.audio.play();
|
||||
this.audio.onended = this.stop.bind(this);
|
||||
this.audio.onpause = this.stop.bind(this);
|
||||
|
||||
this.set('playing', true);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user