oops, typo

pull/21833/head
Matthew Hodgson 2016-08-31 17:25:41 +01:00
parent 516369fb07
commit 35fff74477
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function play(audioId) {
if (audioPromises[audioId]) {
audioPromises[audioId] = audioPromises[audioId].then(()=>{
audio.load();
return audio.play());
return audio.play();
});
}
else {