diff options
author | Sunil Shetye | 2018-06-15 17:43:46 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-15 17:45:03 +0530 |
commit | ac15cca9d5daa5e0c7e531d1454b436b6cca64dc (patch) | |
tree | c97bc8129401088f4b564213e8d2761e02964c5a /js/Events | |
parent | cd1c69226494b2228095aef86493ba79b5f9e6e2 (diff) | |
download | sci2js-ac15cca9d5daa5e0c7e531d1454b436b6cca64dc.tar.gz sci2js-ac15cca9d5daa5e0c7e531d1454b436b6cca64dc.tar.bz2 sci2js-ac15cca9d5daa5e0c7e531d1454b436b6cca64dc.zip |
fix syntax issues
Diffstat (limited to 'js/Events')
-rw-r--r-- | js/Events/MFCLCK_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Events/MFCLCK_f.js b/js/Events/MFCLCK_f.js index ab428ea9..ba118054 100644 --- a/js/Events/MFCLCK_f.js +++ b/js/Events/MFCLCK_f.js @@ -12,7 +12,7 @@ if (ok) { model.ipar=nn; model.rpar=dt; hh=model.firing; -hh[2]=0; +hh[2-1]=0; model.firing=hh; graphics.exprs=exprs; x.graphics=graphics; |