summaryrefslogtreecommitdiff
path: root/js/Linear/DLR.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DLR.js')
-rw-r--r--js/Linear/DLR.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/Linear/DLR.js b/js/Linear/DLR.js
index 04ada0c5..3f81e918 100644
--- a/js/Linear/DLR.js
+++ b/js/Linear/DLR.js
@@ -93,4 +93,11 @@ function DLR() {
DLR.prototype.get_popup_title = function DLR() {
return this.set_param_popup_title;
}
+ DLR.prototype.importset = function DLR() {
+ var graphics = this.x.graphics;
+ var ary = getData(graphics.exprs);
+ this.num = ary[0];
+ this.den = ary[1];
+ }
+ DLR.prototype.getContainer = function DLR() { return new BasicBlock(this.x); }
}