diff options
author | Jose Antonio Marquez Russo | 2012-01-31 17:40:17 -0800 |
---|---|---|
committer | Jose Antonio Marquez Russo | 2012-01-31 17:40:17 -0800 |
commit | 92ddcf89711c77453a55c4621afb469d61075e96 (patch) | |
tree | bae583f698d4993c52b31432b598bf4254f59bb0 /js/mediators | |
parent | b125c02c3d2e28cc9364d16e23791cd6b540f17c (diff) | |
parent | affafafc4db16e5f918c74dfc919025d4c563cc6 (diff) | |
download | ninja-92ddcf89711c77453a55c4621afb469d61075e96.tar.gz |
Merge pull request #1 from mqg734/NiveshColor
Updated color code to handle shapes.
Diffstat (limited to 'js/mediators')
-rw-r--r-- | js/mediators/element-mediator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/mediators/element-mediator.js b/js/mediators/element-mediator.js index 91b09475..4c34e668 100644 --- a/js/mediators/element-mediator.js +++ b/js/mediators/element-mediator.js | |||
@@ -457,7 +457,7 @@ exports.ElementMediator = Montage.create(NJComponent, { | |||
457 | if(!currentValue) { | 457 | if(!currentValue) { |
458 | var that = this; | 458 | var that = this; |
459 | currentValue = els.map(function(item) { | 459 | currentValue = els.map(function(item) { |
460 | return that.getColor(item._element); | 460 | return that.getColor(item._element, isFill); |
461 | }); | 461 | }); |
462 | } | 462 | } |
463 | 463 | ||