aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-22 15:25:00 -0500
committerbob <bcz@cs.brown.edu>2019-02-22 15:25:00 -0500
commit9a43ea5aefd7b1153f4d865aac0d6c541c989981 (patch)
tree3a2994e6c74657f168e9d9d8cf76ab98c45024c1 /src/client/documents/Documents.ts
parent85d7a3d9aee44f0b199dddace92f7a683bc33eb6 (diff)
parent1e83695f1380b7824d36bdc55305c44117f6da2c (diff)
Merge branch 'collectionView'
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
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;