summaryrefslogtreecommitdiff
path: root/js/Sinks/OUTIMPL_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks/OUTIMPL_f.js')
-rw-r--r--js/Sinks/OUTIMPL_f.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Sinks/OUTIMPL_f.js b/js/Sinks/OUTIMPL_f.js
index 1e473d2d..3ffe67be 100644
--- a/js/Sinks/OUTIMPL_f.js
+++ b/js/Sinks/OUTIMPL_f.js
@@ -23,7 +23,10 @@ function OUTIMPL_f() {
return this.x;
}
OUTIMPL_f.prototype.get = function OUTIMPL_f() {
- alert("parameters cannot be modified");
+ var options = {
+ prt:["Port number",this.prt],
+ }
+ return options;
}
OUTIMPL_f.prototype.set = function OUTIMPL_f() {
this.exprs = this.graphics.exprs;