diff options
Diffstat (limited to 'js/Events/MFCLCK_f.js')
-rw-r--r-- | js/Events/MFCLCK_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Events/MFCLCK_f.js b/js/Events/MFCLCK_f.js index 30aa11a3..89d4e2f0 100644 --- a/js/Events/MFCLCK_f.js +++ b/js/Events/MFCLCK_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Events/MFCLCK_f.sci" */ function MFCLCK_f() { -MFCLCK_f.prototype.define = function MFCLCK_f() { + MFCLCK_f.prototype.define = function MFCLCK_f() { nn=2; dt=0.1; model=scicos_model(); @@ -16,12 +16,12 @@ model.dep_ut=[false,false]; exprs=[[string(dt)],[string(nn)]]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -MFCLCK_f.prototype.details = function MFCLCK_f() { -} -MFCLCK_f.prototype.get = function MFCLCK_f() { -} -MFCLCK_f.prototype.set = function MFCLCK_f() { + } + MFCLCK_f.prototype.details = function MFCLCK_f() { + } + MFCLCK_f.prototype.get = function MFCLCK_f() { + } + MFCLCK_f.prototype.set = function MFCLCK_f() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -37,5 +37,5 @@ graphics.exprs=exprs; x.graphics=graphics; x.model=model; } -} + } } |