src/js/init.js
changeset 945 7d9f6fd6f904
parent 944 8a6c9e3d0158
child 957 4da0a5740b6c
equal deleted inserted replaced
944:8a6c9e3d0158 945:7d9f6fd6f904
     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) {