diff options
author | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-07-16 12:04:21 -0400 |
---|---|---|
committer | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-07-16 12:04:21 -0400 |
commit | 533c48010ca668a944962bd61cd65115fc5a6fa6 (patch) | |
tree | 5006987275f8589413bcfafe4eb68f6f307974e5 /src/client/documents/Documents.ts | |
parent | f36afcf2b00da1df5aa39deff5d9e931a823605c (diff) |
linter and error fixes
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index ada9f3610..177810444 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -98,7 +98,7 @@ export namespace Docs { type LayoutSource = { LayoutString: () => string }; type CollectionLayoutSource = { LayoutString: (fieldStr: string, fieldExt?: string) => string }; - type CollectionViewType = [CollectionLayoutSource, string, string?] + type CollectionViewType = [CollectionLayoutSource, string, string?]; type PrototypeTemplate = { layout: { view: LayoutSource, |