diff options
Diffstat (limited to 'js/PDE/PDE.js')
-rw-r--r-- | js/PDE/PDE.js | 5 |
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; |