summaryrefslogtreecommitdiff
path: root/js/Misc/SPLIT_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/SPLIT_f.js')
-rw-r--r--js/Misc/SPLIT_f.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Misc/SPLIT_f.js b/js/Misc/SPLIT_f.js
index 0a6da420..da1266e6 100644
--- a/js/Misc/SPLIT_f.js
+++ b/js/Misc/SPLIT_f.js
@@ -7,13 +7,14 @@ function SPLIT_f() {
model.out = [[-1],[-1],[-1]];
model.blocktype = "c";
model.dep_ut = [true,false];
- x = standard_define([1,1]/3,model,[],[]);
+ this.x = standard_define([1,1]/3,model,[],[]);
}
SPLIT_f.prototype.details = function SPLIT_f() {
+ return this.x;
}
SPLIT_f.prototype.get = function SPLIT_f() {
}
SPLIT_f.prototype.set = function SPLIT_f() {
- x = arg1;
+ this.x = arg1;
}
}