From d2a5fcbaed6b3c3377edecbc27e6a2818b79be40 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 2 May 2012 15:34:49 -0700 Subject: Nesting absolute element in the Tag tool. Refactoring element creation and element models Signed-off-by: Valerio Virgillito --- js/data/pi/pi-data.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/data/pi') diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 65161b4f..d1dc9f34 100755 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js @@ -100,7 +100,7 @@ exports.PiData = Montage.create( Montage, { } ] }, - imagePi: { + imgPi: { value: [ { label: "Image Properties", @@ -807,8 +807,8 @@ exports.PiData = Montage.create( Montage, { ] ] } - ] //value: [ - } //BrushStrokePi: { + ] + } }); -- cgit v1.2.3