diff options
author | Eric Guzman | 2012-03-23 12:02:29 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-23 12:02:29 -0700 |
commit | b0009433f98e7c9f777c7a7b91640fea8049a6f0 (patch) | |
tree | 8d3e16ef195b2eafb9a7dfb10974d7300143c554 /node_modules/components-data | |
parent | 72b0468221d599f64d563214573273607e38c993 (diff) | |
download | ninja-b0009433f98e7c9f777c7a7b91640fea8049a6f0.tar.gz |
Feed Reader - Change default to timer so it matches component
Diffstat (limited to 'node_modules/components-data')
-rw-r--r-- | node_modules/components-data/feed-reader.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json index 7a5bd276..39da73f3 100644 --- a/node_modules/components-data/feed-reader.json +++ b/node_modules/components-data/feed-reader.json | |||
@@ -14,7 +14,7 @@ | |||
14 | { | 14 | { |
15 | "name": "feedDisplayMode", | 15 | "name": "feedDisplayMode", |
16 | "type": "select", | 16 | "type": "select", |
17 | "default": "animation", | 17 | "default": "timer", |
18 | "possibleValues": ["animation", "timer"] | 18 | "possibleValues": ["animation", "timer"] |
19 | } | 19 | } |
20 | ], | 20 | ], |