diff options
Diffstat (limited to 'js/Linear/BIGSOM_f.js')
-rw-r--r-- | js/Linear/BIGSOM_f.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Linear/BIGSOM_f.js b/js/Linear/BIGSOM_f.js index 8bb727b2..82858cb8 100644 --- a/js/Linear/BIGSOM_f.js +++ b/js/Linear/BIGSOM_f.js @@ -18,6 +18,8 @@ function BIGSOM_f() { return this.x; } BIGSOM_f.prototype.get = function BIGSOM_f() { + var exprs = this.graphics.exprs; + this.set_param_popup_title = "Set sum block parameters"; var options = { sgn:["Inputs ports signs/gain",this.sgn.toString().replace(/,/g," ")], } @@ -48,7 +50,6 @@ function BIGSOM_f() { return new BigSom(this.x); } BIGSOM_f.prototype.get_popup_title = function BIGSOM_f() { - var set_param_popup_title = "Set sum block parameters"; - return set_param_popup_title; + return this.set_param_popup_title; } } |