mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
@@ -1366,7 +1366,7 @@ Blockly.Block.prototype.setCommentText = function(text) {
|
||||
* Set this block's warning text.
|
||||
* @param {?string} text The text, or null to delete.
|
||||
*/
|
||||
Blockly.Block.prototype.setWarningText = function(text) {
|
||||
Blockly.Block.prototype.setWarningText = function(/* text */) {
|
||||
// NOP.
|
||||
};
|
||||
|
||||
@@ -1374,7 +1374,7 @@ Blockly.Block.prototype.setWarningText = function(text) {
|
||||
* Give this block a mutator dialog.
|
||||
* @param {Blockly.Mutator} mutator A mutator dialog instance or null to remove.
|
||||
*/
|
||||
Blockly.Block.prototype.setMutator = function(mutator) {
|
||||
Blockly.Block.prototype.setMutator = function(/* mutator */) {
|
||||
// NOP.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user