aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-05-09 22:14:30 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-05-09 22:14:30 -0400
commitea1bffb43f0533cde4cf8a3f34da8b0e25ef6268 (patch)
tree5016ac7d3bbb37e62a809d738ddc45c3797bab18 /src/client/documents/Documents.ts
parent11c6ecdebdfb84246169f1e573c0e47e5336eff6 (diff)
parent310d4b0f4bb56adaa71e4b42d09e483e4face0f7 (diff)
merged with master and fixed linter issues
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 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);
}