aboutsummaryrefslogtreecommitdiff
path: root/src/temp.txt
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-02-13 20:57:12 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-02-13 20:57:12 -0500
commit1e8240e9ca1c2e2ff0e02ffb8b43be8dcbba9d14 (patch)
tree2582d27c6f0fac6e7c919e84d29f6dcbb58f1050 /src/temp.txt
parente6ac9cd0a870f857822929f0efe28f5aeb50711a (diff)
nav working
Diffstat (limited to 'src/temp.txt')
-rw-r--r--src/temp.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/temp.txt b/src/temp.txt
index 251606e02..481424859 100644
--- a/src/temp.txt
+++ b/src/temp.txt
@@ -29,6 +29,12 @@
}
+ @observable
+ public SetViewportXY(x: number, y: number) {
+ this.ViewportX = x;
+ this.ViewportY = y;
+ }
+
//NAV
/**