diff --git a/src/lib/bind/accessors.html b/src/lib/bind/accessors.html index 4d82b56e20..3ce381c7c2 100644 --- a/src/lib/bind/accessors.html +++ b/src/lib/bind/accessors.html @@ -79,13 +79,12 @@ }, _effectEffects: function(property, value, effects, old, fromAbove) { - effects.forEach(function(fx) { - //console.log(fx); - var fn = Polymer.Bind['_' + fx.kind + 'Effect']; + for (var i=0, l=effects.length, fx; (i