diff options
Diffstat (limited to 'data_structures_correct/CLSS.js')
-rw-r--r-- | data_structures_correct/CLSS.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/CLSS.js b/data_structures_correct/CLSS.js index 471f302..db5bd1b 100644 --- a/data_structures_correct/CLSS.js +++ b/data_structures_correct/CLSS.js @@ -23,7 +23,7 @@ function CLSS() { this.x = new standard_define(new ScilabDouble([4, 2]), model, exprs, gr_i); return new BasicBlock(this.x); } - + CLSS.prototype.details = function CLSS() { return this.x; } |