aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-20 14:21:16 -0700
committerValerio Virgillito2012-03-20 14:21:16 -0700
commit444b626165ee8b2e30cc7b9bb3f4322c0ab9992f (patch)
tree961edbbba3ac87094c5b605a65a1ff4e8f9803f2 /node_modules
parent64f2a4b6c0ca9e47996ab9bcec05b51d1e1194e4 (diff)
downloadninja-444b626165ee8b2e30cc7b9bb3f4322c0ab9992f.tar.gz
giving the feed reader a default size when empty
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/components-data/feed-reader.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json
index 6caf768d..aa9bf340 100644
--- a/node_modules/components-data/feed-reader.json
+++ b/node_modules/components-data/feed-reader.json
@@ -11,5 +11,9 @@
11 "type": "string", 11 "type": "string",
12 "default": null 12 "default": null
13 } 13 }
14 ] 14 ],
15 "defaultStyles": {
16 "width":"350px",
17 "height":"250px"
18 }
15} \ No newline at end of file 19} \ No newline at end of file