From f98e634ae7070cd841bc523514d147195308696c Mon Sep 17 00:00:00 2001 From: bob Date: Fri, 25 Jan 2019 18:34:28 -0500 Subject: got rid of documentviewmodel. fixed panning/zooming. --- src/viewmodels/DocumentViewModel.ts | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/viewmodels') 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 -- cgit v1.2.3-70-g09d2