src/js/popcorn.jwplayer.js
branchpopcorn-port
changeset 55 a5440e1a18a8
parent 54 bbcf7423f543
child 62 aa30f4339117
equal deleted inserted replaced
54:bbcf7423f543 55:a5440e1a18a8
   103     media.paused && media.dispatchEvent( 'loadeddata' );
   103     media.paused && media.dispatchEvent( 'loadeddata' );
   104 
   104 
   105     };
   105     };
   106 
   106 
   107     options.events = {
   107     options.events = {
   108         onReady: initApi
   108         onReady: initApi,
   109       };
   109     };
   110       
   110 
   111     jwplayer( container.id ).setup(options);
   111     jwplayer( container.id ).setup(options);
   112 
   112 
   113   }
   113   }
   114 });
   114 });
   115 
   115