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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Sinks/CEVENTSCOPE.js b/js/Sinks/CEVENTSCOPE.js
index eb98878e..7f968835 100644
--- a/js/Sinks/CEVENTSCOPE.js
+++ b/js/Sinks/CEVENTSCOPE.js
@@ -43,6 +43,7 @@ function CEVENTSCOPE() {
this.wpos = inverse(arguments[0]["wpos"]);
this.wdim = inverse(arguments[0]["wdim"]);
this.per = parseFloat(arguments[0]["per"]);
+ var exprs = [arguments[0]["nclock"], arguments[0]["clrs"], arguments[0]["win"], arguments[0]["wpos"], arguments[0]["wdim"], arguments[0]["per"]];
this.nclock = int(this.nclock);
this.clrs = int(this.clrs);
this.win = int(this.win);