diff options
Diffstat (limited to 'js/Misc/CONSTRAINT_c.js')
-rw-r--r-- | js/Misc/CONSTRAINT_c.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/Misc/CONSTRAINT_c.js b/js/Misc/CONSTRAINT_c.js index cb70864b..32a84f72 100644 --- a/js/Misc/CONSTRAINT_c.js +++ b/js/Misc/CONSTRAINT_c.js @@ -62,4 +62,10 @@ function CONSTRAINT_c() { CONSTRAINT_c.prototype.get_popup_title = function CONSTRAINT_c() { return this.set_param_popup_title; } + CONSTRAINT_c.prototype.importset = function CONSTRAINT_c() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.x0 = ary[0]; + } + CONSTRAINT_c.prototype.getContainer = function CONSTRAINT_c() { return new BasicBlock(this.x); } } |