aboutsummaryrefslogtreecommitdiff
path: root/js/data
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-03 15:50:35 -0800
committerValerio Virgillito2012-02-03 15:50:35 -0800
commitdbd3a60478db35b0b12baa2ca54a0712d880951f (patch)
tree68d970c3399e5c0efddd4ad81921098b8daecdda /js/data
parente6e539f345f5e1ac36a595db5d1a1c3700715e88 (diff)
downloadninja-dbd3a60478db35b0b12baa2ca54a0712d880951f.tar.gz
button component using json data
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/data')
-rw-r--r--js/data/pi/pi-data.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js
index 9edb0399..de5cd34d 100644
--- a/js/data/pi/pi-data.js
+++ b/js/data/pi/pi-data.js
@@ -525,26 +525,6 @@ exports.PiData = Montage.create( Montage, {
525 ] 525 ]
526 } 526 }
527 ] 527 ]
528 },
529
530 componentPi: {
531 value: [
532 {
533 label: "Button",
534
535 Section: [
536 [
537 {
538 type: "textbox",
539 id: "Label",
540 prop: "label",
541 defaultValue: "Button",
542 label: "Label"
543 }
544 ]
545 ]
546 }
547 ]
548 } 528 }
549}); 529});
550 530