diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-03-17 15:32:39 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-03-17 15:32:39 -0400 |
commit | 7fcebdac04dd08f3d1719e6eb70a7f9095ce9609 (patch) | |
tree | defcd0c6b705b35490c192c2f7bff43f60ed4d10 /src/fields/Document.ts | |
parent | 301e7aef724a36926886659991c304da9c4d2b7c (diff) |
small fixes
Diffstat (limited to 'src/fields/Document.ts')
-rw-r--r-- | src/fields/Document.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fields/Document.ts b/src/fields/Document.ts index b7d6bcaa8..763b79de2 100644 --- a/src/fields/Document.ts +++ b/src/fields/Document.ts @@ -285,8 +285,6 @@ export class Document extends Field { this.GetAsync(KeyStore.Prototype, (f: Field) => { alias.Set(KeyStore.Prototype, f) }) - alias.SetNumber(KeyStore.Width, 300) - alias.SetNumber(KeyStore.Height, 300) return alias } |