diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-26 19:46:25 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-26 19:46:25 +0200 |
commit | 671afb4dc4214e7d916479d6a55e74c5c05ef618 (patch) | |
tree | ae154e3beebb58f48b62bdba923f0e45158994c7 /components | |
parent | c707b3af917af40a9a06639d217937bfecef9ecd (diff) |
fixed most typeerrors
Diffstat (limited to 'components')
-rw-r--r-- | components/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/config.ts b/components/config.ts index 2153445..80f89d1 100644 --- a/components/config.ts +++ b/components/config.ts @@ -45,8 +45,8 @@ export const initialPhysics = { highlightLinkSize: 2, highlightAnim: false, animationSpeed: 250, - algorithms: options, - algorithmOptions: algorithms, + algorithms: algorithms, + algorithmOptions: options, algorithmName: 'CubicOut', orphans: false, follow: 'Local', |