aboutsummaryrefslogtreecommitdiff
path: root/js/data/pi/pi-data.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-14 17:31:21 -0700
committerValerio Virgillito2012-05-14 17:31:21 -0700
commita2bdd73e456569a1472e108dc069faca369d4546 (patch)
tree378199091ee9dc6e6650920aa431225c2f8b6f0c /js/data/pi/pi-data.js
parent6fe05fc4f518000cf9a7af3c34381af16579a6d6 (diff)
parent5df0e78f2eced2fd04a531652f61c42261d97636 (diff)
downloadninja-a2bdd73e456569a1472e108dc069faca369d4546.tar.gz
Merge pull request #230 from mencio/dom-architecture
Dom architecture - Fixing the Body PI
Diffstat (limited to 'js/data/pi/pi-data.js')
-rwxr-xr-xjs/data/pi/pi-data.js18
1 files changed, 2 insertions, 16 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js
index d1dc9f34..157cbc64 100755
--- a/js/data/pi/pi-data.js
+++ b/js/data/pi/pi-data.js
@@ -14,25 +14,11 @@ exports.PiData = Montage.create( Montage, {
14 { 14 {
15 label: "Style", 15 label: "Style",
16 16
17 Section: [
18 [
19
20 ]
21 ]
22 }
23 ]
24 },
25
26 stagePi: {
27 value: [
28 {
29 label: "Style",
30
31 Section: [ 17 Section: [
32 [ 18 [
33 { 19 {
34 type : "chip", 20 type: "chip",
35 id : "background", 21 id: "background",
36 prop: "background" 22 prop: "background"
37 } 23 }
38 ] 24 ]