equal
deleted
inserted
replaced
12 popcorn : "popcorn-complete.min.js", |
12 popcorn : "popcorn-complete.min.js", |
13 jwplayer : "jwplayer.js", |
13 jwplayer : "jwplayer.js", |
14 raphael : "raphael-min.js", |
14 raphael : "raphael-min.js", |
15 tracemanager : "tracemanager.js", |
15 tracemanager : "tracemanager.js", |
16 jwPlayerSWF : "player.swf", |
16 jwPlayerSWF : "player.swf", |
17 json : "json2.js" |
17 json : "json2.js", |
|
18 zeroClipboardJs: "ZeroClipboard.js", |
|
19 zeroClipboardSwf: "ZeroClipboard.swf" |
18 }, |
20 }, |
19 locations : { |
21 locations : { |
20 // use to define locations outside defautl_dir |
22 // use to define locations outside defautl_dir |
21 }, |
23 }, |
22 cdn : { |
24 cdn : { |
30 IriSP.widgetsDir = 'widgets'; |
32 IriSP.widgetsDir = 'widgets'; |
31 |
33 |
32 IriSP.widgetsRequirements = { |
34 IriSP.widgetsRequirements = { |
33 Sparkline: { |
35 Sparkline: { |
34 noCss: true, |
36 noCss: true, |
35 requires: "raphael" |
37 requires: [ "raphael" ] |
36 }, |
38 }, |
37 Arrow: { |
39 Arrow: { |
38 noCss: true, |
40 noCss: true, |
39 requires: "raphael" |
41 requires: [ "raphael" ] |
40 }, |
42 }, |
41 Mediafragment: { |
43 Mediafragment: { |
42 noCss: true |
44 noCss: true |
43 }, |
45 }, |
44 Trace : { |
46 Trace : { |
45 noCss: true, |
47 noCss: true, |
46 requires: "tracemanager" |
48 requires: [ "tracemanager" ] |
47 }, |
49 }, |
48 SlideShare: { |
50 SlideShare: { |
49 requires: "swfObject" |
51 requires: [ "swfObject" ] |
50 } |
52 }, |
|
53 Social: { |
|
54 requires: [ "zeroClipboardJs" ] |
|
55 } |
51 } |
56 } |
52 |
57 |
53 IriSP.guiDefaults = { |
58 IriSP.guiDefaults = { |
54 width : 640, |
59 width : 640, |
55 container : 'LdtPlayer', |
60 container : 'LdtPlayer', |