aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-07 01:23:00 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-07 01:23:00 -0500
commitea3a2d51e130b1ea5954d9bb13658d25d8eac975 (patch)
tree9f8debde3d77258f3bf85ce51cd9ce0f2ed18230 /src/client/documents/Documents.ts
parent625882842ca6af7563983c52a22543469a0fa319 (diff)
trying novice buttons
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 50b7368d3..a06b4a581 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -205,7 +205,6 @@ export interface DocumentOptions {
audioEnd?: number; // the time frame where the audio should stop playing
border?: string; //for searchbox
hovercolor?: string;
- developerFeature?: boolean;
}
class EmptyBox {