diff options
author | tschicke-brown <tyler_schicke@brown.edu> | 2019-05-09 20:31:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 20:31:52 -0400 |
commit | 30aaf7c496eb4cbebac1e4cf9e0695cd286c63f2 (patch) | |
tree | fe887b7862ed82b7b59d657146ea8e627174ece7 /src/client/documents/Documents.ts | |
parent | 6691c55623fff5194b5fd1a830096e3925281301 (diff) | |
parent | b18aec5d4b07bbc859a5b1b2d22ca3bd92ca53cd (diff) |
Merge pull request #130 from browngraphicslab/new_search
New search
Diffstat (limited to 'src/client/documents/Documents.ts')
-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); } |