diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-07 21:48:01 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-07 21:48:01 -0400 |
commit | d970ad82bc7b0b1c8dae27b5f55ad78bddb0f7cd (patch) | |
tree | 321c2814935b8491f9807fdce833cd84b4667368 /src/client/documents/Documents.ts | |
parent | 86139163d9424a0eb95eacd5cdfd608048c0a4bd (diff) |
added commeting with (( and ##
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 98f56af01..34e146f0e 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -73,6 +73,7 @@ export interface DocumentOptions { dropAction?: dropActionType; backgroundLayout?: string; chromeStatus?: string; + fontSize?: number; curPage?: number; currentTimecode?: number; documentText?: string; |