aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-07-09 14:18:12 -0400
committerbob <bcz@cs.brown.edu>2019-07-09 14:18:12 -0400
commit1d00e2e05acabe938ee496b6bf4bea55e82056e7 (patch)
tree6c755cb4b9254d034194a7402211d4dfd0431352 /src/client/documents/Documents.ts
parent32e9b0e49c9df7da95b1c6d8721e392ffddc04de (diff)
fixed ink marqueeing. fixed link following on clicks. commented out link displays.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 2bddf053a..109afeeb0 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -59,7 +59,6 @@ export interface DocumentOptions {
x?: number;
y?: number;
type?: string;
- ink?: InkField;
width?: number;
height?: number;
nativeWidth?: number;