aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorFrançois Frisch2012-03-17 19:28:30 -0700
committerFrançois Frisch2012-03-17 19:28:30 -0700
commit09852e9b9b8e64f003bed5aa57630d8b42c8ac95 (patch)
treede6f15ae7557a17f105386729952f35783f67647 /js
parenta086ca62423a09807e2f3a79107249bc31d5e908 (diff)
downloadninja-09852e9b9b8e64f003bed5aa57630d8b42c8ac95.tar.gz
Integrating picasa carousel and youtube channel
Diffstat (limited to 'js')
-rwxr-xr-xjs/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js16
1 files changed, 13 insertions, 3 deletions
diff --git a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js
index 92d21bc3..49d1179a 100755
--- a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js
+++ b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js
@@ -26,19 +26,29 @@ var ComponentsPanelBase = exports.ComponentsPanelBase = Montage.create(Component
26 "text": "Widgets", 26 "text": "Widgets",
27 "children": [ 27 "children": [
28 { 28 {
29 "text": "Feed Reader",
30 "dataFile" : "node_modules/components-data/feed-reader.json",
31 "component": "feedreader"
32 },
33 {
29 "text": "Map", 34 "text": "Map",
30 "dataFile" : "node_modules/components-data/map.json", 35 "dataFile" : "node_modules/components-data/map.json",
31 "component": "map" 36 "component": "map"
32 }, 37 },
33 { 38 {
34 "text": "Feed Reader", 39 "text": "Picasa Carousel",
35 "dataFile" : "node_modules/components-data/feed-reader.json", 40 "dataFile" : "node_modules/components-data/picasa-carousel.json",
36 "component": "feedreader" 41 "component": "picasa-carousel"
37 }, 42 },
38 { 43 {
39 "text": "Search Bar", 44 "text": "Search Bar",
40 "dataFile" : "node_modules/components-data/searchfield.json", 45 "dataFile" : "node_modules/components-data/searchfield.json",
41 "component": "searchfield" 46 "component": "searchfield"
47 },
48 {
49 "text": "Youtube Channel",
50 "dataFile" : "node_modules/components-data/youtube-channel.json",
51 "component": "youtube-channel"
42 } 52 }
43 ] 53 ]
44 }, 54 },