summaryrefslogtreecommitdiff
path: root/js/Electrical/Diode.js
diff options
context:
space:
mode:
authorSunil Shetye2018-07-18 11:59:12 +0530
committerSunil Shetye2018-07-18 17:07:40 +0530
commit0a3a3de53938dfdc83cca1b18c792ec576d3c8f4 (patch)
treeb88691fb4265fef43321b91c876cbfd8b2c6bfb8 /js/Electrical/Diode.js
parent368762c4b8ed28573bc1f6b166e12982a2fe6c1d (diff)
downloadsci2js-0a3a3de53938dfdc83cca1b18c792ec576d3c8f4.tar.gz
sci2js-0a3a3de53938dfdc83cca1b18c792ec576d3c8f4.tar.bz2
sci2js-0a3a3de53938dfdc83cca1b18c792ec576d3c8f4.zip
remove exprs from list
Diffstat (limited to 'js/Electrical/Diode.js')
-rw-r--r--js/Electrical/Diode.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Electrical/Diode.js b/js/Electrical/Diode.js
index d982f380..4fd8353f 100644
--- a/js/Electrical/Diode.js
+++ b/js/Electrical/Diode.js
@@ -45,7 +45,6 @@ function Diode() {
this.Vt = parseFloat(arguments[0]["Vt"]);
this.Maxexp = parseFloat(arguments[0]["Maxexp"]);
this.R = parseFloat(arguments[0]["R"]);
- this.exprs = arguments[0]["exprs"];
if (!ok) {
break;
}