diff options
author | bob <bcz@cs.brown.edu> | 2019-02-22 13:42:25 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-22 13:42:25 -0500 |
commit | 9b23c5123abf42c3751938d831556cdb94ad3951 (patch) | |
tree | 5c1a8e1e554f5cd78ef05fcf1806989c7565dd32 /src/client/documents/Documents.ts | |
parent | f58c27d102ffbe44eea09ff6e3900292d273a021 (diff) |
moved common code into CollectionViewBase.
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 bfa6cb7a9..156a09316 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -13,7 +13,7 @@ import { CollectionFreeFormView } from "../views/collections/CollectionFreeFormV import { FieldId } from "../../fields/Field"; import { CollectionView, CollectionViewType } from "../views/collections/CollectionView"; -interface DocumentOptions { +export interface DocumentOptions { x?: number; y?: number; width?: number; |