From 563935933c191093b8ccd88fd1377775c5641b0d Mon Sep 17 00:00:00 2001
From: Valerio Virgillito
Date: Mon, 4 Jun 2012 23:33:32 -0700
Subject: components fix: adding a first draw event to components

Adding a first draw allows the component to have the right element so that ninja can use it's controller to get the component instance

Signed-off-by: Valerio Virgillito <valerio@motorola.com>
---
 node_modules/components-data/feed-reader.json     | 1 +
 node_modules/components-data/picasa-carousel.json | 1 +
 2 files changed, 2 insertions(+)

(limited to 'node_modules')

diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json
index 5e8ca527..0676cac1 100644
--- a/node_modules/components-data/feed-reader.json
+++ b/node_modules/components-data/feed-reader.json
@@ -18,6 +18,7 @@
             "possibleValues": ["animation", "timer"]
         }
     ],
+
     "defaultStyles":  {
         "width":"380px",
         "height":"120px"
diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json
index b0711b12..4ab329e5 100644
--- a/node_modules/components-data/picasa-carousel.json
+++ b/node_modules/components-data/picasa-carousel.json
@@ -12,6 +12,7 @@
             "default": ""
         }
     ],
+
     "defaultStyles":  {
         "width":"800px",
         "height":"160px",
-- 
cgit v1.2.3