aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-09-23 19:30:52 +0000
committergeireann <geireann.lindfield@gmail.com>2021-09-23 19:30:52 +0000
commit4e6a1d7a37c8c28014a9f7cd0d92f17c8f29454d (patch)
treeb355c0362eb6b6576af5b5d149ef4ebe17225fc4 /src/client/documents/Documents.ts
parent70d80e30de9963c353636d9780ffb83f3285aac7 (diff)
Revert "Merge pull request #34 from brown-dash/linking-anh"
This reverts commit 70d80e30de9963c353636d9780ffb83f3285aac7, reversing changes made to d5f9533d153e11e24d2ab7c03b4561170f0768fe.
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 6fca0b67e..8ac647b99 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -301,7 +301,6 @@ export class DocumentOptions {
border?: string; //for searchbox
hoverBackgroundColor?: string; // background color of a label when hovered
linkRelationshipList?: List<string>; // for storing different link relationships (when set by user in the link editor)
- linkRelationshipSizes?: List<number>; //stores number of links contained in each relationship
linkColorList?: List<string>; // colors of links corresponding to specific link relationships
}
export namespace Docs {