diff options
Diffstat (limited to 'js/Sources/CLKINV_f.js')
-rw-r--r-- | js/Sources/CLKINV_f.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Sources/CLKINV_f.js b/js/Sources/CLKINV_f.js index 90e61431..622fd0e7 100644 --- a/js/Sources/CLKINV_f.js +++ b/js/Sources/CLKINV_f.js @@ -18,7 +18,10 @@ function CLKINV_f() { return this.x; } CLKINV_f.prototype.get = function CLKINV_f() { - alert("parameters cannot be modified"); + var options = { + prt:["Port Number",this.prt], + } + return options; } CLKINV_f.prototype.set = function CLKINV_f() { this.exprs = this.graphics.exprs; |