diff options
Diffstat (limited to 'js/Misc/CBLOCK4.js')
-rw-r--r-- | js/Misc/CBLOCK4.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Misc/CBLOCK4.js b/js/Misc/CBLOCK4.js index 0bb6a6ea..89762f05 100644 --- a/js/Misc/CBLOCK4.js +++ b/js/Misc/CBLOCK4.js @@ -20,6 +20,8 @@ function CBLOCK4() { return this.x; } CBLOCK4.prototype.get = function CBLOCK4() { + var label = this.graphics.exprs; + this.set_param_popup_title = "Set C-Block4 block parameters"; var options = { function_name:["Simulation function",this.function_name], impli:["Is block implicit? (y,n)",this.impli], @@ -157,7 +159,6 @@ function CBLOCK4() { return new BasicBlock(this.x); } CBLOCK4.prototype.get_popup_title = function CBLOCK4() { - var set_param_popup_title = "Set C-Block4 block parameters"; - return set_param_popup_title; + return this.set_param_popup_title; } } |