aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/examples/youtube-channel-example
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/examples/youtube-channel-example')
-rwxr-xr-xnode_modules/montage/examples/youtube-channel-example/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/montage/examples/youtube-channel-example/index.html b/node_modules/montage/examples/youtube-channel-example/index.html
index b313d5d8..132d0d5a 100755
--- a/node_modules/montage/examples/youtube-channel-example/index.html
+++ b/node_modules/montage/examples/youtube-channel-example/index.html
@@ -14,7 +14,8 @@
14 "player": { 14 "player": {
15 "prototype": "montage/ui/youtube-channel.reel", 15 "prototype": "montage/ui/youtube-channel.reel",
16 "properties": { 16 "properties": {
17 "element": {"#": "player"} 17 "element": {"#": "player"},
18 "channelUrl": "http://www.youtube.com/TEDEducation"
18 } 19 }
19 }, 20 },
20 21