diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-11-01 13:37:24 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-11-01 13:37:24 +0100 |
commit | 2827a27531c661726d204d6da9d17c6f72d8e404 (patch) | |
tree | a4180b1f462685cce0c314be16511a630d222b05 /src/animation/Controller.js | |
parent | 0748382e9859c31253d93b0c258487da362bcade (diff) | |
download | svg.js-2827a27531c661726d204d6da9d17c6f72d8e404.tar.gz svg.js-2827a27531c661726d204d6da9d17c6f72d8e404.zip |
Updated dependencies to newest version, new linter fixed stuff
Diffstat (limited to 'src/animation/Controller.js')
-rw-r--r-- | src/animation/Controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/Controller.js b/src/animation/Controller.js index 6cf58cd..35fa1ae 100644 --- a/src/animation/Controller.js +++ b/src/animation/Controller.js @@ -16,7 +16,7 @@ function makeSetterGetter (k, f) { } } -export let easing = { +export const easing = { '-': function (pos) { return pos }, |