mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-16 00:12:55 -04:00
Add .eslintrc rule to check JSDoc syntax
And fix the broken syntax rules
This commit is contained in:
parent
8081ec3a16
commit
1f1a4941f3
7 changed files with 17 additions and 11 deletions
src/engine
|
@ -83,6 +83,7 @@ Blocks.prototype.getOpcode = function (id) {
|
|||
/**
|
||||
* Block management: create blocks and stacks from a `create` event
|
||||
* @param {!Object} block Blockly create event to be processed
|
||||
* @param {boolean} opt_isFlyoutBlock Whether the block is in the flyout.
|
||||
*/
|
||||
Blocks.prototype.createBlock = function (block, opt_isFlyoutBlock) {
|
||||
// Create new block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue