From dc0c2354295fc1c80d5c0e10b053e5926861b5d3 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Sat, 16 Jun 2018 19:47:55 +0530 Subject: support var(:,:) syntax --- js/Sources/SAWTOOTH_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sources/SAWTOOTH_f.js') diff --git a/js/Sources/SAWTOOTH_f.js b/js/Sources/SAWTOOTH_f.js index 70648b65..5292e5b9 100644 --- a/js/Sources/SAWTOOTH_f.js +++ b/js/Sources/SAWTOOTH_f.js @@ -12,7 +12,7 @@ model.out=1; model.evtin=1; model.dstate=0; model.blocktype="c"; -model.dep_ut=[None,true]; +model.dep_ut=[false,true]; exprs=" "; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -- cgit