Embed: support without localStorage

This commit is contained in:
Cat 2017-01-24 11:53:49 +01:00 committed by Thulinma
parent aa3527dcb0
commit 4fd6d14744
3 changed files with 25 additions and 4 deletions

View file

@ -162,7 +162,6 @@ p.prototype.build = function (options) {
me.addlog('Player event fired: '+e.type);
},true);
}
return cont;
}
p.prototype.play = function(){ return this.element.play(); };