diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-05-29 11:25:30 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-05-29 11:25:30 +0200 |
commit | 366038d4a52a4f9b434e86b31dc31525b885855b (patch) | |
tree | 97085962261dfb0d44db9ca213d627695191b13a /src/controller.js | |
parent | 7c65a664bb4f3ab6bdbb9604414d01debcca6847 (diff) | |
download | svg.js-366038d4a52a4f9b434e86b31dc31525b885855b.tar.gz svg.js-366038d4a52a4f9b434e86b31dc31525b885855b.zip |
fix declaritive
Diffstat (limited to 'src/controller.js')
-rw-r--r-- | src/controller.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controller.js b/src/controller.js index b2c7d13..359dc9f 100644 --- a/src/controller.js +++ b/src/controller.js @@ -120,8 +120,6 @@ SVG.Spring = SVG.invent ({ extend: { step: function (current, target, dt, c) { -console.log(current, target, dt); - c.done = dt == Infinity if(dt == Infinity) return target if(dt == 0) return current |