Add explanation to sound hack

This commit is contained in:
Robin Linus 2016-01-03 03:06:51 +01:00
parent 21db255386
commit 602e509f35

View file

@ -18,6 +18,7 @@ Polymer({
}
},
attached: function() {
// mobiles don't like autoplay - the first play must be triggert by user interaction
var that = this;
var hackListener = function() {
that.volumes.blop = 0.1;