aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-09 00:26:09 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-09 00:26:09 -0400
commitc7b2ccddb6d75283a7255b612693c5e809b68f5f (patch)
treed6c74d190a6b5e20bd0856afc2b6bdb1da656ef0 /src/client/documents/Documents.ts
parent823b04d8084f14e298a408615eccf712dd76e2b9 (diff)
Added lists and documents to search
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index a770ccc93..00233a989 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -175,6 +175,7 @@ export namespace Docs {
if (!("creationDate" in protoProps)) {
protoProps.creationDate = new DateField;
}
+ protoProps.isPrototype = true;
return SetDelegateOptions(SetInstanceOptions(proto, protoProps, data), delegateProps);
}