More cleanup

This commit is contained in:
Rachel Fenichel
2020-07-16 14:11:48 -06:00
parent 6990ac5efd
commit 5b393eed76
2 changed files with 2 additions and 2 deletions

View File

@@ -1247,7 +1247,7 @@ Blockly.Block.prototype.setDisabled = function(disabled) {
'Block.prototype.setDisabled',
'May 2019',
'May 2020',
'Blockly.Block.prototype.setEnabled');
'Block.prototype.setEnabled');
this.setEnabled(!disabled);
};

View File

@@ -1135,7 +1135,7 @@ Blockly.BlockSvg.prototype.setDisabled = function(disabled) {
'BlockSvg.prototype.setDisabled',
'May 2019',
'May 2020',
'Blockly.BlockSvg.prototype.setEnabled');
'BlockSvg.prototype.setEnabled');
this.setEnabled(!disabled);
};