diff options
author | bob <bcz@cs.brown.edu> | 2019-01-25 18:34:28 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-01-25 18:34:28 -0500 |
commit | f98e634ae7070cd841bc523514d147195308696c (patch) | |
tree | acc246b549b61d7da733e4cd12d9dc3fce073d38 /src/viewmodels/DocumentViewModel.ts | |
parent | 6a04f60ce76fbd8274dd9daf285042f9cab16656 (diff) |
got rid of documentviewmodel. fixed panning/zooming.
Diffstat (limited to 'src/viewmodels/DocumentViewModel.ts')
-rw-r--r-- | src/viewmodels/DocumentViewModel.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/viewmodels/DocumentViewModel.ts b/src/viewmodels/DocumentViewModel.ts index 21e88f964..008275f3c 100644 --- a/src/viewmodels/DocumentViewModel.ts +++ b/src/viewmodels/DocumentViewModel.ts @@ -8,14 +8,4 @@ export class DocumentViewModel { get Doc(): Document { return this.doc; } - - private _isMainDoc = false - - get IsMainDoc(): boolean { - return this._isMainDoc; - } - - set IsMainDoc(v: boolean) { - this._isMainDoc = v; - } }
\ No newline at end of file |