From: dotnetCarpenter Date: Tue, 11 Apr 2017 13:37:22 +0000 (+0200) Subject: fixed len being undeclared X-Git-Tag: 2.5.2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9737e8aa296b0f0ae5bb44a802aade11af1ce928;p=svg.js.git fixed len being undeclared --- diff --git a/src/fx.js b/src/fx.js index 922abc9..f9fbbc7 100644 --- 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){