diff options
author | François Frisch | 2012-03-17 20:03:18 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-17 23:16:21 -0700 |
commit | 6b1467535198f6b85bd2bf045d2c354b812616c2 (patch) | |
tree | ca40c8245b908b50dfa066442fec6f33c1f4b468 /node_modules/montage/ui | |
parent | 09852e9b9b8e64f003bed5aa57630d8b42c8ac95 (diff) | |
download | ninja-6b1467535198f6b85bd2bf045d2c354b812616c2.tar.gz |
Youtube video is droppable
still getting errors with the carousel
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui')
3 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html b/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html index e3d9c7a2..1e94f43b 100644 --- a/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html +++ b/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html | |||
@@ -9,7 +9,7 @@ | |||
9 | <script type="text/montage-serialization"> | 9 | <script type="text/montage-serialization"> |
10 | { | 10 | { |
11 | "owner": { | 11 | "owner": { |
12 | "module": "montage/ui/google/picasa-carousel.reel/image.reel", | 12 | "module": "montage/ui/picasa-carousel.reel/image.reel", |
13 | "name": "Image", | 13 | "name": "Image", |
14 | "properties": { | 14 | "properties": { |
15 | "element": {"#": "Image"} | 15 | "element": {"#": "Image"} |
diff --git a/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.html b/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.html index 73ccf076..fdb452d7 100755 --- a/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.html +++ b/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <script type="text/montage-serialization"> | 12 | <script type="text/montage-serialization"> |
13 | { | 13 | { |
14 | "owner": { | 14 | "owner": { |
15 | "prototype": "montage/ui/google/picasa-carousel.reel", | 15 | "prototype": "montage/ui/picasa-carousel.reel", |
16 | "properties": { | 16 | "properties": { |
17 | "element": {"#": "montage-google-picasa-carousel"}, | 17 | "element": {"#": "montage-google-picasa-carousel"}, |
18 | "searchResultsList": {"@": "searchResultsList"} | 18 | "searchResultsList": {"@": "searchResultsList"} |
@@ -29,7 +29,7 @@ | |||
29 | } | 29 | } |
30 | }, | 30 | }, |
31 | "image1": { | 31 | "image1": { |
32 | "prototype": "montage/ui/google/picasa-carousel.reel/image.reel", | 32 | "prototype": "montage/ui/picasa-carousel.reel/image.reel", |
33 | "properties": { | 33 | "properties": { |
34 | "element": {"#": "image"} | 34 | "element": {"#": "image"} |
35 | }, | 35 | }, |
@@ -170,7 +170,7 @@ | |||
170 | 170 | ||
171 | </head> | 171 | </head> |
172 | <body> | 172 | <body> |
173 | 173 | ||
174 | <div data-montage-id="montage-google-picasa-carousel" class="montage-google-picasa-carousel"> | 174 | <div data-montage-id="montage-google-picasa-carousel" class="montage-google-picasa-carousel"> |
175 | <div id="flow" class="flow"> | 175 | <div id="flow" class="flow"> |
176 | <img id="image" class="image"/> | 176 | <img id="image" class="image"/> |
diff --git a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html index b3858ec9..184ac360 100644 --- a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html +++ b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html | |||
@@ -10,14 +10,14 @@ | |||
10 | <script type="text/montage-serialization"> | 10 | <script type="text/montage-serialization"> |
11 | { | 11 | { |
12 | "player": { | 12 | "player": { |
13 | "prototype": "ui/youtube-player.reel", | 13 | "prototype": "montage/ui/youtube-player.reel", |
14 | "properties": { | 14 | "properties": { |
15 | "element": {"#": "player"} | 15 | "element": {"#": "player"} |
16 | } | 16 | } |
17 | }, | 17 | }, |
18 | 18 | ||
19 | "owner": { | 19 | "owner": { |
20 | "prototype": "youtube-channel.reel", | 20 | "prototype": "montage/ui/youtube-channel.reel", |
21 | "properties": { | 21 | "properties": { |
22 | "element": {"#": "container"}, | 22 | "element": {"#": "container"}, |
23 | "player": {"@": "player"} | 23 | "player": {"@": "player"} |