summaryrefslogtreecommitdiff
path: root/js/Electrical/Gyrator.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/Gyrator.js')
-rw-r--r--js/Electrical/Gyrator.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Electrical/Gyrator.js b/js/Electrical/Gyrator.js
index eb1b9948..6c97cfce 100644
--- a/js/Electrical/Gyrator.js
+++ b/js/Electrical/Gyrator.js
@@ -66,6 +66,7 @@ function Gyrator() {
var ok = true;
this.G1 = arguments[0]["G1"];
this.G2 = arguments[0]["G2"];
+ var exprs = [arguments[0]["G1"], arguments[0]["G2"]];
if (!ok) {
break;
}