diff options
author | bobzel <zzzman@gmail.com> | 2023-05-23 22:21:04 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-23 22:21:04 -0400 |
commit | ef36e8f0a71d09ea0ed3d106220ef9a8f9c19c3f (patch) | |
tree | 8c527dc6c51dc6a00ece9c9de733fd51f43524c7 /src/client/documents/Documents.ts | |
parent | 1413ba695ee3efcf8686f8a6c618ff0cdda634db (diff) |
more phys 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 13c27d182..515a870b5 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, _width: 1000, _height: 800 }, - options: { _height: 100, layout_forceReflow: true, nativeHeightUnfrozen: true, nativeDimModifiable: true, position: '', acceleration: '', pendulum: '', spring: '', wedge: '', simulation: '', review: '' }, + options: { _height: 100, layout_forceReflow: true, nativeHeightUnfrozen: true, mass1: '', mass2: '', nativeDimModifiable: true, position: '', acceleration: '', pendulum: '', spring: '', wedge: '', simulation: '', review: '' }, }, ], ]); |