
Why does jwplayer() have registerPlugin function only?
jwplayer('player') returns Object {registerPlugin: function}
This was working just a short while ago.. and now I'm getting
Uncaught TypeError: undefined is not a function
when I run jwplayer.setup(...)
What happened??