summaryrefslogtreecommitdiff
path: root/js/Sources/GENSIN_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/GENSIN_f.js')
-rw-r--r--js/Sources/GENSIN_f.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Sources/GENSIN_f.js b/js/Sources/GENSIN_f.js
index ac65c58c..5cae8903 100644
--- a/js/Sources/GENSIN_f.js
+++ b/js/Sources/GENSIN_f.js
@@ -22,6 +22,9 @@ function GENSIN_f() {
GENSIN_f.prototype.get = function GENSIN_f() {
}
GENSIN_f.prototype.set = function GENSIN_f() {
+ this.M = parseFloat((arguments[0]["M"]))
+ this.F = parseFloat((arguments[0]["F"]))
+ this.P = parseFloat((arguments[0]["P"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;