Ver código fonte

fixed len being undeclared

tags/2.5.2
dotnetCarpenter 7 anos atrás
pai
commit
9737e8aa29
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/fx.js

+ 1
- 1
src/fx.js Ver arquivo

@@ -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){

Carregando…
Cancelar
Salvar