summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-26 19:46:25 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-26 19:46:25 +0200
commit671afb4dc4214e7d916479d6a55e74c5c05ef618 (patch)
treeae154e3beebb58f48b62bdba923f0e45158994c7 /components
parentc707b3af917af40a9a06639d217937bfecef9ecd (diff)
fixed most typeerrors
Diffstat (limited to 'components')
-rw-r--r--components/config.ts4
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',