diff options
| author | ljungster <parkerljung@gmail.com> | 2022-03-17 16:49:13 -0400 |
|---|---|---|
| committer | ljungster <parkerljung@gmail.com> | 2022-03-17 16:49:13 -0400 |
| commit | 87ecbf85db2e1d51c0bab92154500548942fac22 (patch) | |
| tree | 6383d335e3d6a389ae0fb83be535aaa5afb0fbfd /src/fields/Proxy.ts | |
| parent | 3d8ed6f4fd23f65b43cff9eeb7dd91589e496697 (diff) | |
| parent | 73ba1a0395167ab5949f71d0c82fa7188d37ab5c (diff) | |
Merge remote-tracking branch 'origin/speedups2' into parker
Diffstat (limited to 'src/fields/Proxy.ts')
| -rw-r--r-- | src/fields/Proxy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/Proxy.ts b/src/fields/Proxy.ts index f01b502c9..2c5f38818 100644 --- a/src/fields/Proxy.ts +++ b/src/fields/Proxy.ts @@ -6,7 +6,7 @@ import { DocServer } from "../client/DocServer"; import { RefField } from "./RefField"; import { ObjectField } from "./ObjectField"; import { Id, Copy, ToScriptString, ToString } from "./FieldSymbols"; -import { scriptingGlobal } from "../client/util/Scripting"; +import { scriptingGlobal } from "../client/util/ScriptingGlobals"; import { Plugins } from "./util"; function deserializeProxy(field: any) { |
