summaryrefslogtreecommitdiff
path: root/js/Sinks/CEVENTSCOPE.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks/CEVENTSCOPE.js')
-rw-r--r--js/Sinks/CEVENTSCOPE.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/Sinks/CEVENTSCOPE.js b/js/Sinks/CEVENTSCOPE.js
index d2aebed0..bb514ece 100644
--- a/js/Sinks/CEVENTSCOPE.js
+++ b/js/Sinks/CEVENTSCOPE.js
@@ -35,10 +35,10 @@ function CEVENTSCOPE() {
}
CEVENTSCOPE.prototype.set = function CEVENTSCOPE() {
this.nclock = parseFloat((arguments[0]["nclock"]))
- this.clrs = parseFloat((arguments[0]["clrs"]))
+ this.clrs = inverse((arguments[0]["clrs"]))
this.win = parseFloat((arguments[0]["win"]))
- this.wpos = parseFloat((arguments[0]["wpos"]))
- this.wdim = parseFloat((arguments[0]["wdim"]))
+ this.wpos = inverse((arguments[0]["wpos"]))
+ this.wdim = inverse((arguments[0]["wdim"]))
this.per = parseFloat((arguments[0]["per"]))
this.x = arg1;
graphics = arg1.graphics;