diff options
author | Sunil Shetye | 2018-06-16 17:49:33 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-16 17:49:33 +0530 |
commit | a208791a02511d50eed1663203ac26eabfdfaa6f (patch) | |
tree | 4dfefc8c0a984c07315d4e0a7c6025e0b511fa21 /js/Events/MCLOCK_f.js | |
parent | c7c01ce271610f7321a39a2b37cd29d308fb8dbb (diff) | |
download | sci2js-a208791a02511d50eed1663203ac26eabfdfaa6f.tar.gz sci2js-a208791a02511d50eed1663203ac26eabfdfaa6f.tar.bz2 sci2js-a208791a02511d50eed1663203ac26eabfdfaa6f.zip |
add spacing in for statement
Diffstat (limited to 'js/Events/MCLOCK_f.js')
-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; |