aboutsummaryrefslogtreecommitdiff
path: root/src/viewmodels/DocumentViewModel.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-01-25 18:34:28 -0500
committerbob <bcz@cs.brown.edu>2019-01-25 18:34:28 -0500
commitf98e634ae7070cd841bc523514d147195308696c (patch)
treeacc246b549b61d7da733e4cd12d9dc3fce073d38 /src/viewmodels/DocumentViewModel.ts
parent6a04f60ce76fbd8274dd9daf285042f9cab16656 (diff)
got rid of documentviewmodel. fixed panning/zooming.
Diffstat (limited to 'src/viewmodels/DocumentViewModel.ts')
-rw-r--r--src/viewmodels/DocumentViewModel.ts10
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