diff options
author | bob <bcz@cs.brown.edu> | 2019-07-19 14:51:36 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-07-19 14:51:36 -0400 |
commit | 64de59fc4250eff5284380ca2743030aa453fce7 (patch) | |
tree | bab6198dd7b5542d3f5354a31a64e3f5fce1f18d /src/new_fields/Doc.ts | |
parent | 89b2500e71e4d167c7ae179c3eb2b5052b128ad0 (diff) |
gave templates a type ... but is it the right one?
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index c6b364d8e..2ad6ae5f0 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -423,7 +423,6 @@ export namespace Doc { fieldTemplate.nativeHeight = nh; fieldTemplate.isTemplate = true; fieldTemplate.showTitle = "title"; - fieldTemplate.type = DocumentType.TEMPLATE; setTimeout(() => fieldTemplate.proto = proto); } |