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.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/IntegerOp/SRFLIPFLOP.js b/js/IntegerOp/SRFLIPFLOP.js
index fbd3038b..c621ccd2 100644
--- a/js/IntegerOp/SRFLIPFLOP.js
+++ b/js/IntegerOp/SRFLIPFLOP.js
@@ -99,4 +99,10 @@ function SRFLIPFLOP() {
SRFLIPFLOP.prototype.get_popup_title = function SRFLIPFLOP() {
return this.set_param_popup_title;
}
+ SRFLIPFLOP.prototype.importset = function SRFLIPFLOP() {
+ var graphics = this.x.graphics;
+ var ary = getData(graphics.exprs);
+ this.init = ary[0];
+ }
+ SRFLIPFLOP.prototype.getContainer = function SRFLIPFLOP() { return new BasicBlock(this.x); }
}