diff options
Diffstat (limited to 'js/Sources/FROMWS_c.js')
-rw-r--r-- | js/Sources/FROMWS_c.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Sources/FROMWS_c.js b/js/Sources/FROMWS_c.js index 4adfef56..1b3b8b09 100644 --- a/js/Sources/FROMWS_c.js +++ b/js/Sources/FROMWS_c.js @@ -41,7 +41,6 @@ function FROMWS_c() { this.Method = parseFloat(arguments[0]["Method"]); this.ZC = parseFloat(arguments[0]["ZC"]); this.OutEnd = parseFloat(arguments[0]["OutEnd"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |