diff options
Diffstat (limited to 'js/Sources/CLOCK_c.js')
-rw-r--r-- | js/Sources/CLOCK_c.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sources/CLOCK_c.js b/js/Sources/CLOCK_c.js index 95bf9650..cad67ad4 100644 --- a/js/Sources/CLOCK_c.js +++ b/js/Sources/CLOCK_c.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sources/CLOCK_c.sci" */ function CLOCK_c() { -CLOCK_c.prototype.define = function CLOCK_c() { + CLOCK_c.prototype.define = function CLOCK_c() { evtdly=EVTDLY_c("define"); evtdly.graphics.orig=[320,232]; evtdly.graphics.sz=[40,40]; @@ -40,12 +40,12 @@ x.model.blocktype="h"; x.model.firing=false; x.model.dep_ut=[false,false]; x.model.rpar=diagram; -} -CLOCK_c.prototype.details = function CLOCK_c() { -} -CLOCK_c.prototype.get = function CLOCK_c() { -} -CLOCK_c.prototype.set = function CLOCK_c() { + } + CLOCK_c.prototype.details = function CLOCK_c() { + } + CLOCK_c.prototype.get = function CLOCK_c() { + } + CLOCK_c.prototype.set = function CLOCK_c() { for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o=arg1.model.rpar.objs(i); if (typeof(o)=="Block"&&o.gui=="EVTDLY_c") { @@ -89,5 +89,5 @@ needcompile=0; x=arg1; y=needcompile; typ=newpar; -} + } } |