diff options
Diffstat (limited to 'js/Electrical/OpAmp.js')
-rw-r--r-- | js/Electrical/OpAmp.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Electrical/OpAmp.js b/js/Electrical/OpAmp.js index 23c00bc2..f00cdbd1 100644 --- a/js/Electrical/OpAmp.js +++ b/js/Electrical/OpAmp.js @@ -52,4 +52,8 @@ function OpAmp() { } return new BasicBlock(this.x); } + OpAmp.prototype.get_popup_title = function OpAmp() { + var set_param_popup_title = "Set the Operational Amplifier parameters"; + return set_param_popup_title; + } } |