diff options
Diffstat (limited to 'js/Events/EVTGEN_f.js')
-rw-r--r-- | js/Events/EVTGEN_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Events/EVTGEN_f.js b/js/Events/EVTGEN_f.js index 8335466f..db20fd28 100644 --- a/js/Events/EVTGEN_f.js +++ b/js/Events/EVTGEN_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Events/EVTGEN_f.sci" */ function EVTGEN_f() { -EVTGEN_f.prototype.define = function EVTGEN_f() { + EVTGEN_f.prototype.define = function EVTGEN_f() { tt=0; model=scicos_model(); model.sim="trash"; @@ -11,12 +11,12 @@ model.dep_ut=[false,false]; exprs=string(tt); gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -EVTGEN_f.prototype.details = function EVTGEN_f() { -} -EVTGEN_f.prototype.get = function EVTGEN_f() { -} -EVTGEN_f.prototype.set = function EVTGEN_f() { + } + EVTGEN_f.prototype.details = function EVTGEN_f() { + } + EVTGEN_f.prototype.get = function EVTGEN_f() { + } + EVTGEN_f.prototype.set = function EVTGEN_f() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -34,5 +34,5 @@ x.graphics=graphics; x.model=model; break; } -} + } } |