diff options
author | Eric Guzman | 2012-05-17 17:43:05 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-17 17:43:05 -0700 |
commit | 458a4598ed64e3d8c6010a216fb7fb4b3c3c87e7 (patch) | |
tree | ee329e409fe28ae54c894b9e27e82e1f85aefc85 /js/data/pi | |
parent | 82954f400f7f8609aef0d2bc1f44c9d960907be6 (diff) | |
parent | 52394cdd71bd62c8c109fd135fa146b7183fbd1f (diff) | |
download | ninja-458a4598ed64e3d8c6010a216fb7fb4b3c3c87e7.tar.gz |
Merge branch 'dom-architecture' of github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates
Conflicts:
js/document/templates/montage-html/default_html.css
js/lib/NJUtils.js
Diffstat (limited to 'js/data/pi')
-rwxr-xr-x | js/data/pi/pi-data.js | 18 |
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 | ] |