diff -r bbcf7423f543 -r a5440e1a18a8 src/js/popcorn.jwplayer.js --- a/src/js/popcorn.jwplayer.js Fri Oct 07 17:18:42 2011 +0200 +++ b/src/js/popcorn.jwplayer.js Mon Oct 10 13:55:37 2011 +0200 @@ -105,9 +105,9 @@ }; options.events = { - onReady: initApi - }; - + onReady: initApi, + }; + jwplayer( container.id ).setup(options); }