aboutsummaryrefslogtreecommitdiff
path: root/src/fields/KeyStore.ts
diff options
context:
space:
mode:
authorlaurawilsonri <laura_wilson@brown.edu>2019-02-26 17:46:27 -0500
committerlaurawilsonri <laura_wilson@brown.edu>2019-02-26 17:46:27 -0500
commit498f915675c1a7e6a3c3b332a2ecc77222bb4785 (patch)
tree49f50d4986005b0c6d0df8ecf5a52c8769b416ff /src/fields/KeyStore.ts
parente1928fc233c924f59d1b8b3062cc956ef0c06099 (diff)
removed a bunch of stuff
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r--src/fields/KeyStore.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts
index 6b5fafe05..662574396 100644
--- a/src/fields/KeyStore.ts
+++ b/src/fields/KeyStore.ts
@@ -26,10 +26,7 @@ export namespace KeyStore {
export const Caption = new Key("Caption");
export const ActiveFrame = new Key("ActiveFrame");
export const DocumentText = new Key("DocumentText");
- //used for setting the text of a text document
- export const Text = new Key("Text");
//determines whether doc views will be selected when they are first loaded
- //should be NumberField where 0 = false and 1 = true
//currently only implemented for FormattedTextView
export const SelectOnLoaded = new Key("SelectOnLoaded");
}