aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-09-17 12:55:38 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-09-17 12:55:38 -0400
commit313b3d3e67689b175cdc85426ff6af809d476622 (patch)
treece1d4a40bce9bbfcdb9078c9092db1cc7593393e /src/client/documents/Documents.ts
parent1568898125218538a93666cf5d83b9cf01739b49 (diff)
done with comments-- pull request
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 188f07991..83e236cba 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -493,8 +493,6 @@ export class DocumentOptions {
// cardSort_visibleSortGroups?: List<number>; // which sorting values are being filtered (shown)
cardSort_isDesc?: BOOLt = new BoolInfo('whether the cards are sorted ascending or descending');
// test?: STRt = new StrInfo('testing for filtering')
- keywords?: MAPt = new MapInfo('keywords', true);
-
}
export const DocOptions = new DocumentOptions();