summaryrefslogtreecommitdiff
path: root/js/PDE
diff options
context:
space:
mode:
authorSunil Shetye2018-08-22 21:18:08 +0530
committerSunil Shetye2018-08-24 10:42:26 +0530
commitb560ce4b4abb5450dce9a06a7bcddde3b96c1e2c (patch)
treedafb1774870089a6754d5b1190c45c37b4a036d6 /js/PDE
parentf5bdd141a4fd73a98e98523fb6531d48ed5d9904 (diff)
downloadsci2js-b560ce4b4abb5450dce9a06a7bcddde3b96c1e2c.tar.gz
sci2js-b560ce4b4abb5450dce9a06a7bcddde3b96c1e2c.tar.bz2
sci2js-b560ce4b4abb5450dce9a06a7bcddde3b96c1e2c.zip
support single option blocks
Diffstat (limited to 'js/PDE')
-rw-r--r--js/PDE/PDE.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/PDE/PDE.js b/js/PDE/PDE.js
index bda86d3a..c9339a90 100644
--- a/js/PDE/PDE.js
+++ b/js/PDE/PDE.js
@@ -18,7 +18,10 @@ function PDE() {
return this.x;
}
PDE.prototype.get = function PDE() {
- alert("parameters cannot be modified");
+ var options = {
+ okk:["New block\'s name :",this.okk],
+ }
+ return options;
}
PDE.prototype.set = function PDE() {
var label = this.graphics.exprs;