src/js/defaults.js
changeset 986 f9d51dd4a3fe
parent 982 cfcbac34d020
child 997 1615c7e4ef9d
equal deleted inserted replaced
985:9859c4bae904 986:f9d51dd4a3fe
    34         swfObject : "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
    34         swfObject : "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
    35         cssjQueryUI : "http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.22/themes/ui-lightness/jquery-ui.css",
    35         cssjQueryUI : "http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.22/themes/ui-lightness/jquery-ui.css",
    36         underscore : "http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min.js",
    36         underscore : "http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min.js",
    37         Mustache : "http://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.5.0-dev/mustache.min.js",
    37         Mustache : "http://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.5.0-dev/mustache.min.js",
    38         raphael : "http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js",
    38         raphael : "http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js",
    39         json : "http://cdnjs.cloudflare.com/ajax/libs/json2/20110223/json2.js"
    39         json : "http://cdnjs.cloudflare.com/ajax/libs/json2/20110223/json2.js",
       
    40         popcorn: "http://cdn.popcornjs.org/code/dist/popcorn-complete.min.js"
    40     },
    41     },
    41     useCdn : false
    42     useCdn : false
    42 }
    43 }
    43 
    44 
    44 IriSP.widgetsDir = 'widgets';
    45 IriSP.widgetsDir = 'widgets';
    45 
    46 
    46 IriSP.widgetsRequirements = {
    47 IriSP.widgetsRequirements = {
    47     PopcornPlayer: {
    48     PopcornPlayer: {
    48         noCss: true,
    49         noCss: true,
    49         requires: [ "popcorn" ]
    50         requires: [ "popcorn" ]
       
    51     },
       
    52     HtmlPlayer: {
       
    53         noCss: true
    50     },
    54     },
    51     JwpPlayer: {
    55     JwpPlayer: {
    52         noCss: true,
    56         noCss: true,
    53         requires: [ "jwplayer" ]
    57         requires: [ "jwplayer" ]
    54     },
    58     },