summaryrefslogtreecommitdiff
path: root/js/Misc/SUPER_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/SUPER_f.js')
-rw-r--r--js/Misc/SUPER_f.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Misc/SUPER_f.js b/js/Misc/SUPER_f.js
index 2d42dcb2..38122ec1 100644
--- a/js/Misc/SUPER_f.js
+++ b/js/Misc/SUPER_f.js
@@ -19,13 +19,14 @@ function SUPER_f() {
model.blocktype = "h";
model.dep_ut = [false,false];
gr_i = [];
- x = standard_define([2,2],model,[],gr_i);
+ this.x = standard_define([2,2],model,[],gr_i);
}
SUPER_f.prototype.details = function SUPER_f() {
+ return this.x;
}
SUPER_f.prototype.get = function SUPER_f() {
}
SUPER_f.prototype.set = function SUPER_f() {
-xcos(arg1.model.rpar);
+ xcos(arg1.model.rpar);
}
}