Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
And while we are at it, make the regex stricter: the 'g' flag is bogus and
useless here, and we also do not want to stumble over 'mp4flv' and whatever
crazy stuff might be around. So:
var posterExtensions = new RegExp('^\.(' + opts.posterExtensions + ')$', 'i');
Original comment by blacktrashproduct
on 18 Jun 2012 at 11:35
Done in http://code.google.com/p/flowplayer-plugins/source/detail?r=1928
Original comment by blacktrashproduct
on 18 Jun 2012 at 11:52
Original issue reported on code.google.com by
blacktrashproduct
on 18 Jun 2012 at 11:09