diff options
author | Nivesh Rajbhandari | 2012-02-03 17:09:02 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-03 17:09:02 -0800 |
commit | fd44b7c326acf413367667690e937709f03601e3 (patch) | |
tree | 88fb134773afd0d7082d4bcfc187eb297861d4b4 /js/data | |
parent | 4b8eb7442b41db7e06b639ba4a31bb7664209159 (diff) | |
download | ninja-fd44b7c326acf413367667690e937709f03601e3.tar.gz |
We were only updating the first custom section in the PI.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/data')
-rw-r--r-- | js/data/pi/pi-data.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 1f8870ca..dd75e255 100644 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -288,7 +288,6 @@ exports.PiData = Montage.create( Montage, { | |||
288 | type : "color", | 288 | type : "color", |
289 | prop: "background", | 289 | prop: "background", |
290 | id : "fill", | 290 | id : "fill", |
291 | prop : "fill", | ||
292 | divider : true | 291 | divider : true |
293 | } | 292 | } |
294 | ], | 293 | ], |
@@ -462,7 +461,6 @@ exports.PiData = Montage.create( Montage, { | |||
462 | type : "color", | 461 | type : "color", |
463 | prop: "background", | 462 | prop: "background", |
464 | id : "fill", | 463 | id : "fill", |
465 | prop : "fill", | ||
466 | divider : true | 464 | divider : true |
467 | } | 465 | } |
468 | ], | 466 | ], |