removed a comma which made ie trip-out popcorn-port
authorhamidouk
Tue, 11 Oct 2011 17:14:47 +0200
branchpopcorn-port
changeset 62 aa30f4339117
parent 61 dc7b5ed7b02b
child 63 acf10cf0ebd1
removed a comma which made ie trip-out
src/js/popcorn.jwplayer.js
--- a/src/js/popcorn.jwplayer.js	Tue Oct 11 17:13:08 2011 +0200
+++ b/src/js/popcorn.jwplayer.js	Tue Oct 11 17:14:47 2011 +0200
@@ -105,7 +105,7 @@
     };
 
     options.events = {
-        onReady: initApi,
+        onReady: initApi
     };
 
     jwplayer( container.id ).setup(options);