diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-06-27 12:30:12 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-06-27 12:30:12 -0400 |
commit | 775885384e6032dbb8f0d37b569854a0692a4b45 (patch) | |
tree | 8612d98fa6f15d730ec0da3c8684df6d3066c3fb /src/new_fields/Doc.ts | |
parent | 088eec96750fcbdfc30b42f24e8b57926441f4e5 (diff) | |
parent | c0bbdabe7d2e1eb422a12697848ada7127c6e2dc (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index bf98c2e6c..b0184dd4e 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -8,8 +8,6 @@ import { listSpec } from "./Schema"; import { ObjectField } from "./ObjectField"; import { RefField, FieldId } from "./RefField"; import { ToScriptString, SelfProxy, Parent, OnUpdate, Self, HandleUpdate, Update, Id } from "./FieldSymbols"; -import { LinkManager } from "../client/util/LinkManager"; -import { DocUtils } from "../client/documents/Documents"; export namespace Field { export function toScriptString(field: Field): string { |