aboutsummaryrefslogtreecommitdiff
path: root/js/mediators/element-mediator.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/mediators/element-mediator.js')
-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