diff options
Diffstat (limited to 'js/IntegerOp/DLATCH.js')
-rw-r--r-- | js/IntegerOp/DLATCH.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/IntegerOp/DLATCH.js b/js/IntegerOp/DLATCH.js index 10a1b68a..3db5ca98 100644 --- a/js/IntegerOp/DLATCH.js +++ b/js/IntegerOp/DLATCH.js @@ -47,7 +47,6 @@ function DLATCH() { return new BasicBlock(this.x); } DLATCH.prototype.get_popup_title = function DLATCH() { - var set_param_popup_title = "Set parameters"; - return set_param_popup_title; + return; } } |