diff options
Diffstat (limited to 'js/Events')
-rw-r--r-- | js/Events/MCLOCK_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Events/MCLOCK_f.js b/js/Events/MCLOCK_f.js index 10706233..f28cd0bb 100644 --- a/js/Events/MCLOCK_f.js +++ b/js/Events/MCLOCK_f.js @@ -3,7 +3,7 @@ function MCLOCK_f() { MCLOCK_f.prototype.get = function MCLOCK_f() { } MCLOCK_f.prototype.set = function MCLOCK_f() { -for(i=1;i<=length(arg1.model.rpar.objs);i+=1) { +for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o=arg1.model.rpar.objs(i); if (typeof(o)=="Block"&&o.gui=="MFCLCK_f") { path=i; |