diff options
author | bob <bcz@cs.brown.edu> | 2019-07-09 14:18:12 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-07-09 14:18:12 -0400 |
commit | 1d00e2e05acabe938ee496b6bf4bea55e82056e7 (patch) | |
tree | 6c755cb4b9254d034194a7402211d4dfd0431352 /src/new_fields/Doc.ts | |
parent | 32e9b0e49c9df7da95b1c6d8721e392ffddc04de (diff) |
fixed ink marqueeing. fixed link following on clicks. commented out link displays.
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index aa13b1d7a..a07f56ca4 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -277,7 +277,7 @@ export namespace Doc { } // - // Resolves a reference to a field by returning 'doc' if o field extension is specified, + // Resolves a reference to a field by returning 'doc' if field extension is specified, // otherwise, it returns the extension document stored in doc.<fieldKey>_ext. // This mechanism allows any fields to be extended with an extension document that can // be used to capture field-specific metadata. For example, an image field can be extended |