]> source.dussan.org Git - svg.js.git/commitdiff
fixed len being undeclared
authordotnetCarpenter <jon.ronnenberg@gmail.com>
Tue, 11 Apr 2017 13:37:22 +0000 (15:37 +0200)
committerdotnetCarpenter <jon.ronnenberg@gmail.com>
Tue, 11 Apr 2017 13:37:22 +0000 (15:37 +0200)
src/fx.js

index 922abc9cca8f3df4614ebbe70b9c3c9dd77dc1f9..f9fbbc7a5e31a8dc04127729f407acd79310c74f 100644 (file)
--- a/src/fx.js
+++ b/src/fx.js
@@ -584,7 +584,7 @@ SVG.FX = SVG.invent({
 
     // calculates the step for every property and calls block with it
   , eachAt: function(){
-      var i, at, self = this, target = this.target(), s = this.situation
+      var i, len, at, self = this, target = this.target(), s = this.situation
 
       // apply animations which can be called trough a method
       for(i in s.animations){