summaryrefslogtreecommitdiff
path: root/js/Sources/RAND_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/RAND_m.js')
-rw-r--r--js/Sources/RAND_m.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Sources/RAND_m.js b/js/Sources/RAND_m.js
index 0e1fdf00..50ec146c 100644
--- a/js/Sources/RAND_m.js
+++ b/js/Sources/RAND_m.js
@@ -54,7 +54,6 @@ function RAND_m() {
this.a = parseFloat(arguments[0]["a"]);
this.b = parseFloat(arguments[0]["b"]);
this.seed_c = arguments[0]["seed_c"];
- this.exprs = arguments[0]["exprs"];
if (!ok) {
break;
}