]> _ Git - fluidbook-html5.git/commitdiff
wip #4332 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Mar 2021 11:31:48 +0000 (12:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Mar 2021 11:31:48 +0000 (12:31 +0100)
js/libs/fluidbook/fluidbook.audioplayer.js

index 235144b5a7182df751130a00e1948adc2dfdc69d..f5694feeb13a623b4ea9b655e3b51ff6e8a05f62 100644 (file)
@@ -27,7 +27,7 @@ FluidbookAudioPlayer.prototype = {
     },
 
 
-    initAudios() {
+    initAudios:function() {
         var $this = this;
         $('audio.redbull').each(function () {
             $this.initRedbullPlayer(this);