From dbd3a60478db35b0b12baa2ca54a0712d880951f Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 3 Feb 2012 15:50:35 -0800 Subject: button component using json data Signed-off-by: Valerio Virgillito --- js/data/pi/pi-data.js | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'js/data') 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, { ] } ] - }, - - componentPi: { - value: [ - { - label: "Button", - - Section: [ - [ - { - type: "textbox", - id: "Label", - prop: "label", - defaultValue: "Button", - label: "Label" - } - ] - ] - } - ] } }); -- cgit v1.2.3