aboutsummaryrefslogtreecommitdiff
path: root/js/mediators
diff options
context:
space:
mode:
authorJose Antonio Marquez Russo2012-01-31 17:40:17 -0800
committerJose Antonio Marquez Russo2012-01-31 17:40:17 -0800
commit92ddcf89711c77453a55c4621afb469d61075e96 (patch)
treebae583f698d4993c52b31432b598bf4254f59bb0 /js/mediators
parentb125c02c3d2e28cc9364d16e23791cd6b540f17c (diff)
parentaffafafc4db16e5f918c74dfc919025d4c563cc6 (diff)
downloadninja-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.js2
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