diff options
author | bobzel <zzzman@gmail.com> | 2023-05-23 00:35:00 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-23 00:35:00 -0400 |
commit | 90479323c4476c1c87f10ec2ca42339246414ca0 (patch) | |
tree | abec52c30fb97e35f2c3ce5b6b22e602a823a928 /src/client/documents/Documents.ts | |
parent | c43b5f144eef86bd07fbb447b7c8a7087f4d0cac (diff) |
more physics cleanup
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 4ee3368ab..1a2409508 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -690,7 +690,7 @@ export namespace Docs { { data: '', layout: { view: PhysicsSimulationBox, dataField: defaultDataKey }, - options: { _height: 100, position: '', velocity: '', acceleration: '', pendulum: '', simulation: '', review: '', show: '', start: '' }, + options: { _height: 100, position: '', acceleration: '', pendulum: '', spring: '', wedge: '', simulation: '', review: '' }, }, ], ]); |