src/js/popcorn.jwplayer.js
branchpopcorn-port
changeset 55 a5440e1a18a8
parent 54 bbcf7423f543
child 62 aa30f4339117
--- 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);
 
   }