diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-09 20:38:12 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-09 20:38:12 -0400 |
| commit | a00c8db42c62d491762906c223b9aaaf49824047 (patch) | |
| tree | e4b015550c9b204bdbc058d8a98030bfd01006d6 /src/client/documents | |
| parent | 2b5e170c1bbca43ab804d7746a816715c490cc37 (diff) | |
| parent | 30aaf7c496eb4cbebac1e4cf9e0695cd286c63f2 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/documents')
| -rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 63ba01b6a..11929455c 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -174,6 +174,7 @@ export namespace Docs { if (!("creationDate" in protoProps)) { protoProps.creationDate = new DateField; } + protoProps.isPrototype = true; return SetDelegateOptions(SetInstanceOptions(proto, protoProps, data), delegateProps); } |
