diff options
author | Armen Kesablyan | 2012-02-14 10:16:18 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-14 10:16:18 -0800 |
commit | 581078a71995f36b7d3a85bc724bef7c7919bb81 (patch) | |
tree | f0ddd66c3b2ff6d5662e6dca3d4f8836388edd0f /js/data/pi | |
parent | f979f47658a03640cc81e729e3cf88d80f8ec366 (diff) | |
parent | ace16ef22b3ff32663504df7720af481d76987d6 (diff) | |
download | ninja-581078a71995f36b7d3a85bc724bef7c7919bb81.tar.gz |
Merge branch 'refs/heads/master' into text-tool
Diffstat (limited to 'js/data/pi')
-rw-r--r-- | js/data/pi/pi-data.js | 16 |
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, | |||
10 | exports.PiData = Montage.create( Montage, { | 10 | exports.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: { |