diff options
Diffstat (limited to 'js/Misc/DSUPER.js')
-rw-r--r-- | js/Misc/DSUPER.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Misc/DSUPER.js b/js/Misc/DSUPER.js index 88f4a8e8..c7519c99 100644 --- a/js/Misc/DSUPER.js +++ b/js/Misc/DSUPER.js @@ -1,12 +1,12 @@ /* autogenerated from "macros/Misc/DSUPER.sci" */ function DSUPER() { -DSUPER.prototype.define = function DSUPER() { -} -DSUPER.prototype.details = function DSUPER() { -} -DSUPER.prototype.get = function DSUPER() { -} -DSUPER.prototype.set = function DSUPER() { + DSUPER.prototype.define = function DSUPER() { + } + DSUPER.prototype.details = function DSUPER() { + } + DSUPER.prototype.get = function DSUPER() { + } + DSUPER.prototype.set = function DSUPER() { y=needcompile; typ=list(); graphics=arg1.graphics; @@ -47,5 +47,5 @@ x.model.rpar=sblock; } else { x=arg1; } -} + } } |