diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-09 15:41:44 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-09 15:41:44 -0400 |
commit | 8bca5882b39c21560c29cb97c2770a7a78384018 (patch) | |
tree | d9dc4651a99b31d063ff13ebdb25294508b38e37 /src/client/documents/Documents.ts | |
parent | 43a6467b2fbeb5adb90c4d6efdde0c137925cda0 (diff) |
starting cleanup
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 d07e20b89..88179afd9 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -260,7 +260,7 @@ export namespace Docs { }], [DocumentType.RECOMMENDATION, { layout: { view: RecommendationsBox, dataField: data }, - options: { width: 200, height: 200 }, + options: { _width: 200, _height: 200 }, }], [DocumentType.WEBCAM, { layout: { view: DashWebRTCVideo, dataField: data } |