diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-05-09 19:25:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-09 19:25:58 -0400 |
| commit | 6691c55623fff5194b5fd1a830096e3925281301 (patch) | |
| tree | 2458827f32530528e306821db8fd37ced27ba7ef /src/new_fields/Doc.ts | |
| parent | 39fd912fd4cd33f30a943290295a59992b9868eb (diff) | |
| parent | e98dd0bf2ec4354daf95cc0d104cab1193fd4160 (diff) | |
Merge pull request #128 from browngraphicslab/cursor_refactor
Cursor refactor
Diffstat (limited to 'src/new_fields/Doc.ts')
| -rw-r--r-- | src/new_fields/Doc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index afcf71fc9..f844dad6e 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -25,7 +25,7 @@ export type FieldResult<T extends Field = Field> = Opt<T> | FieldWaiting<Extract export const Update = Symbol("Update"); export const Self = Symbol("Self"); -const SelfProxy = Symbol("SelfProxy"); +export const SelfProxy = Symbol("SelfProxy"); export const WidthSym = Symbol("Width"); export const HeightSym = Symbol("Height"); |
