mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
More cleanup
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user