mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 23:53:24 +00:00
Stoppe la lecture en cours
This commit is contained in:
@@ -15,7 +15,9 @@ define(
|
||||
play: function() {
|
||||
var audio = new Audio('sounds/'+this.attributes.file);
|
||||
|
||||
return audio.play();
|
||||
audio.play();
|
||||
|
||||
return audio;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user