summaryrefslogtreecommitdiff
path: root/js/Events
diff options
context:
space:
mode:
authorSunil Shetye2018-06-15 17:43:46 +0530
committerSunil Shetye2018-06-15 17:45:03 +0530
commitac15cca9d5daa5e0c7e531d1454b436b6cca64dc (patch)
treec97bc8129401088f4b564213e8d2761e02964c5a /js/Events
parentcd1c69226494b2228095aef86493ba79b5f9e6e2 (diff)
downloadsci2js-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.js2
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;