summaryrefslogtreecommitdiff
path: root/js/Electrical/Diode.js
diff options
context:
space:
mode:
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;
}