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