diff options
| author | bobzel <zzzman@gmail.com> | 2020-04-29 11:55:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 11:55:38 -0400 |
| commit | a5b7e73784e3f03ca7677f1d1f00b9943b40f0ec (patch) | |
| tree | bd9645f717946e76ae26bd6bc06bd5fbe78620bb /src/new_fields/Doc.ts | |
| parent | 6b2896756c55727ed397c223187cb03fe8a51a59 (diff) | |
| parent | f78d614f99fed4555f7a1211e522e34efc19f809 (diff) | |
Merge pull request #355 from browngraphicslab/monika_animation
Monika animation
Diffstat (limited to 'src/new_fields/Doc.ts')
| -rw-r--r-- | src/new_fields/Doc.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index 337274774..153af933a 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -254,6 +254,7 @@ export namespace Doc { // return Cast(field, ctor); // }); // } + export function RunCachedUpdate(doc: Doc, field: string) { const update = doc[CachedUpdates][field]; if (update) { |
