diff options
author | Valerio Virgillito | 2012-01-31 13:54:35 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-01-31 13:54:35 -0800 |
commit | c6d1a1da9e7cdf477daf32410d80691eb1e828d5 (patch) | |
tree | 091695c406d8279d9e01c64436a6fb39084e928e /js/data/pi | |
parent | 3456d99f9c15128b194c111104b5092b189e13ee (diff) | |
download | ninja-c6d1a1da9e7cdf477daf32410d80691eb1e828d5.tar.gz |
Montage Native Widgets: Cleanup of current components
Cleaning up the current components support files:
- Clean the component tree
- Clean the app delegate and panel
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/data/pi')
-rw-r--r-- | js/data/pi/pi-data.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index f162e919..189d1dae 100644 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -505,6 +505,10 @@ exports.PiData = Montage.create( Montage, { | |||
505 | ] | 505 | ] |
506 | } | 506 | } |
507 | ] | 507 | ] |
508 | }, | ||
509 | |||
510 | componentPi: { | ||
511 | value: [] | ||
508 | } | 512 | } |
509 | }); | 513 | }); |
510 | 514 | ||