equal
deleted
inserted
replaced
|
1 /* Start of defaults.js */ |
|
2 |
1 IriSP.language = 'en'; |
3 IriSP.language = 'en'; |
2 |
4 |
3 IriSP.libFiles = { |
5 IriSP.libFiles = { |
4 defaultDir : "js/libs/", |
6 defaultDir : "js/libs/", |
5 inDefaultDir : { |
7 inDefaultDir : { |
38 raphael : "http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js", |
40 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", |
41 json : "http://cdnjs.cloudflare.com/ajax/libs/json2/20110223/json2.js", |
40 popcorn: "http://cdn.popcornjs.org/code/dist/popcorn-complete.min.js" |
42 popcorn: "http://cdn.popcornjs.org/code/dist/popcorn-complete.min.js" |
41 }, |
43 }, |
42 useCdn : false |
44 useCdn : false |
43 } |
45 }; |
44 |
46 |
45 IriSP.widgetsDir = 'widgets'; |
47 IriSP.widgetsDir = 'widgets'; |
46 |
48 |
47 IriSP.widgetsRequirements = { |
49 IriSP.widgetsRequirements = { |
48 PopcornPlayer: { |
50 PopcornPlayer: { |
97 requires: [ "processing" ] |
99 requires: [ "processing" ] |
98 }, |
100 }, |
99 MultiSegments: { |
101 MultiSegments: { |
100 noCss: true |
102 noCss: true |
101 } |
103 } |
102 } |
104 }; |
103 |
105 |
104 IriSP.guiDefaults = { |
106 IriSP.guiDefaults = { |
105 width : 640, |
107 width : 640, |
106 container : 'LdtPlayer', |
108 container : 'LdtPlayer', |
107 spacer_div_height : 0 |
109 spacer_div_height : 0 |
108 } |
110 }; |
|
111 |
|
112 /* End of defaults.js */ |