aboutsummaryrefslogtreecommitdiff
path: root/js/data
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-14 10:16:18 -0800
committerArmen Kesablyan2012-02-14 10:16:18 -0800
commit581078a71995f36b7d3a85bc724bef7c7919bb81 (patch)
treef0ddd66c3b2ff6d5662e6dca3d4f8836388edd0f /js/data
parentf979f47658a03640cc81e729e3cf88d80f8ec366 (diff)
parentace16ef22b3ff32663504df7720af481d76987d6 (diff)
downloadninja-581078a71995f36b7d3a85bc724bef7c7919bb81.tar.gz
Merge branch 'refs/heads/master' into text-tool
Diffstat (limited to 'js/data')
-rw-r--r--js/data/pi/pi-data.js16
1 files changed, 15 insertions, 1 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js
index 8ffd0ec7..ba03c347 100644
--- a/js/data/pi/pi-data.js
+++ b/js/data/pi/pi-data.js
@@ -10,7 +10,21 @@ var Montage = require("montage/core/core").Montage,
10exports.PiData = Montage.create( Montage, { 10exports.PiData = Montage.create( Montage, {
11 11
12 stagePi: { 12 stagePi: {
13 value: [] 13 value: [
14 {
15 label: "Style",
16
17 Section: [
18 [
19 {
20 type : "chip",
21 id : "background",
22 prop: "background"
23 }
24 ]
25 ]
26 }
27 ]
14 }, 28 },
15 29
16 blockPi: { 30 blockPi: {