From 9737e8aa296b0f0ae5bb44a802aade11af1ce928 Mon Sep 17 00:00:00 2001 From: dotnetCarpenter Date: Tue, 11 Apr 2017 15:37:22 +0200 Subject: fixed len being undeclared --- src/fx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){ -- cgit v1.2.3