equal
deleted
inserted
replaced
1 /* init.js - initialization and configuration of Popcorn and the widgets |
1 /* init.js - initialization and configuration of Popcorn and the widgets |
2 */ |
2 */ |
3 |
3 |
4 if (typeof window.IriSP === "undefined") { |
4 if (typeof window.IriSP === "undefined") { |
5 IriSP = {}; |
5 window.IriSP = {}; |
6 } |
6 } |
7 |
7 |
8 /* The Metadataplayer Object, single point of entry, replaces IriSP.init_player */ |
8 /* The Metadataplayer Object, single point of entry, replaces IriSP.init_player */ |
9 |
9 |
10 IriSP.Metadataplayer = function(config) { |
10 IriSP.Metadataplayer = function(config) { |