diff options
Diffstat (limited to 'js/MatrixOp/MATCATV.js')
-rw-r--r-- | js/MatrixOp/MATCATV.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATCATV.js b/js/MatrixOp/MATCATV.js index b7f9a118..5a82ef49 100644 --- a/js/MatrixOp/MATCATV.js +++ b/js/MatrixOp/MATCATV.js @@ -30,6 +30,10 @@ function MATCATV() { return this.x; } MATCATV.prototype.get = function MATCATV() { + var options = { + nin:["Number od inputs",this.nin], + } + return options; } MATCATV.prototype.set = function MATCATV() { this.nin = parseFloat((arguments[0]["nin"])) |