diff options
author | bob <bcz@cs.brown.edu> | 2019-05-06 15:28:59 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-05-06 15:28:59 -0400 |
commit | 684c8e190098dee8c285665ebf1e2c598bd5cf4c (patch) | |
tree | 4d40f064eb49e3781de98b76c352f39df3de9b3a /src/new_fields/Doc.ts | |
parent | a9f465a32ac538c8dcf94bd37afda730e7be3526 (diff) |
fixed a few golden layout and tree view issues.
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 70dd8361b..38c220bc8 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -220,7 +220,6 @@ export namespace Doc { return undefined; } const delegate = new Doc(); - //TODO Does this need to be doc[Self]? delegate.proto = doc; return delegate; } |