diff options
Diffstat (limited to 'js/Misc/SUPER_f.js')
-rw-r--r-- | js/Misc/SUPER_f.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Misc/SUPER_f.js b/js/Misc/SUPER_f.js index 96598262..5aab1088 100644 --- a/js/Misc/SUPER_f.js +++ b/js/Misc/SUPER_f.js @@ -26,6 +26,9 @@ function SUPER_f() { return this.x; } SUPER_f.prototype.get = function SUPER_f() { + var options = { + } + return options; } SUPER_f.prototype.set = function SUPER_f() { xcos(arg1.model.rpar); |