mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-14 05:41:53 -04:00
Fix lint
This commit is contained in:
parent
4ef74e615c
commit
b9ef3082c3
1 changed files with 3 additions and 1 deletions
|
@ -93,7 +93,9 @@ Blockly.BlockAnimations.connectionUiEffect = function(block) {
|
|||
* @param {!Blockly.BlockSvg} _block The block being disconnected.
|
||||
* @package
|
||||
*/
|
||||
Blockly.BlockAnimations.disconnectUiEffect = function(_block) {
|
||||
Blockly.BlockAnimations.disconnectUiEffect = function(
|
||||
/* eslint-disable no-unused-vars */ _block
|
||||
/* eslint-enable no-unused-vars */) {
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue