1
0
Fork 0

try a higher timeout

This commit is contained in:
Andrew Tomaka 2014-09-25 13:43:12 -04:00
parent 19f4316e65
commit 4b5e9bbf3a

View file

@ -6,7 +6,7 @@ var sound = new Howl({
autoplay: true,
loop: true,
onload: function() {
setTimeout(makeItPlay, 5);
setTimeout(makeItPlay, 500);
}
});