summaryrefslogtreecommitdiff
path: root/js/IntegerOp/SRFLIPFLOP.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/SRFLIPFLOP.js')
-rw-r--r--js/IntegerOp/SRFLIPFLOP.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/IntegerOp/SRFLIPFLOP.js b/js/IntegerOp/SRFLIPFLOP.js
index 428b23f0..60c00675 100644
--- a/js/IntegerOp/SRFLIPFLOP.js
+++ b/js/IntegerOp/SRFLIPFLOP.js
@@ -36,7 +36,10 @@ function SRFLIPFLOP() {
return this.x;
}
SRFLIPFLOP.prototype.get = function SRFLIPFLOP() {
- alert("parameters cannot be modified");
+ var options = {
+ init:["Initial Value",this.init],
+ }
+ return options;
}
SRFLIPFLOP.prototype.set = function SRFLIPFLOP() {
if (typeof(o)=="Block"&&o.gui=="DOLLAR_m") {