diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-29 14:05:40 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-29 14:05:40 -0400 |
commit | a09d610e2a5c09e473b15be23c32f0c3cc370a17 (patch) | |
tree | ed2452d68a2117c84e922f692ce0535077ce844b /src/client/documents/Documents.ts | |
parent | 1c5c84c91742ff7822194519f536338bf96e6453 (diff) | |
parent | 52da1fd396880603209b56cd49a590255d8b0b1f (diff) |
fixes
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index ee1b9fd0d..18709499a 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -164,7 +164,6 @@ export namespace Docs { [DocumentType.LINKDOC, { data: new List<Doc>(), layout: { view: EmptyBox }, - options: {} }], [DocumentType.BUTTON, { layout: { view: ButtonBox }, |