From 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 20:21:14 +0530 Subject: add set block --- js/Sinks/CEVENTSCOPE.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'js/Sinks/CEVENTSCOPE.js') diff --git a/js/Sinks/CEVENTSCOPE.js b/js/Sinks/CEVENTSCOPE.js index 373a49c8..ced61867 100644 --- a/js/Sinks/CEVENTSCOPE.js +++ b/js/Sinks/CEVENTSCOPE.js @@ -25,6 +25,12 @@ function CEVENTSCOPE() { CEVENTSCOPE.prototype.get = function CEVENTSCOPE() { } CEVENTSCOPE.prototype.set = function CEVENTSCOPE() { + this.nclock = parseFloat((arguments[0]["nclock"])) + this.clrs = parseFloat((arguments[0]["clrs"])) + this.win = parseFloat((arguments[0]["win"])) + this.wpos = parseFloat((arguments[0]["wpos"])) + this.wdim = parseFloat((arguments[0]["wdim"])) + this.per = parseFloat((arguments[0]["per"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; -- cgit