| branch | players-as-widgets |
| changeset 958 | 2aa7fdb0762a |
| parent 944 | 8a6c9e3d0158 |
| child 959 | ee11ed1b739e |
| 957:4da0a5740b6c | 958:2aa7fdb0762a |
|---|---|
40 } |
40 } |
41 |
41 |
42 IriSP.widgetsDir = 'widgets'; |
42 IriSP.widgetsDir = 'widgets'; |
43 |
43 |
44 IriSP.widgetsRequirements = { |
44 IriSP.widgetsRequirements = { |
45 PopcornPlayer: { |
|
46 noCss: true, |
|
47 requires: [ "popcorn" ] |
|
48 }, |
|
49 JwpPlayer: { |
|
50 noCss: true, |
|
51 requires: [ "swfObject", "jwplayer" ] |
|
52 }, |
|
45 Sparkline: { |
53 Sparkline: { |
46 noCss: true, |
54 noCss: true, |
47 requires: [ "raphael" ] |
55 requires: [ "raphael" ] |
48 }, |
56 }, |
49 Arrow: { |
57 Arrow: { |