media
media copied to clipboard
in function generate(), there is if (o.standards), but no player defines standards.
I can find standards property in default options and I can overwrite it by specify it in parameter of $().media(). Shall I change if (o.standards) to if (opts.standards) to actually enable the condition? Or I have to add standards property to every player object I want? Thanks!