aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
diff options
context:
space:
mode:
authorFrançois Frisch2012-03-17 20:03:18 -0700
committerValerio Virgillito2012-03-17 23:16:21 -0700
commit6b1467535198f6b85bd2bf045d2c354b812616c2 (patch)
treeca40c8245b908b50dfa066442fec6f33c1f4b468 /node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
parent09852e9b9b8e64f003bed5aa57630d8b42c8ac95 (diff)
downloadninja-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/youtube-channel.reel/youtube-channel.html')
-rw-r--r--node_modules/montage/ui/youtube-channel.reel/youtube-channel.html4
1 files changed, 2 insertions, 2 deletions
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"}