equal
deleted
inserted
replaced
112 type:'json'} |
112 type:'json'} |
113 }] |
113 }] |
114 |
114 |
115 }; |
115 }; |
116 |
116 |
117 IriSP.loadLibs(IriSP.lib, config, "polemic_fr.json", |
117 IriSP.initPlayer(config, "polemic_fr.json"); |
118 function() { |
|
119 var layoutManager = new IriSP.LayoutManager(config.gui.container); |
|
120 var pop = IriSP.configurePopcorn(layoutManager, config.player); |
|
121 |
|
122 var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); |
|
123 var modules = IriSP.configureModules(pop, config.modules); |
|
124 }); |
|
125 </script> |
118 </script> |
126 |
119 |
127 |
120 |
128 </body> |
121 </body> |
129 <div id="PopcornContainer"></div> |
122 <div id="PopcornContainer"></div> |