mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-01 00:50:24 -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
|
@ -10,7 +10,7 @@ var defaultBlockPackages = {
|
|||
|
||||
/**
|
||||
* Manages blocks, stacks, and the sequencer.
|
||||
* @param blocks Blocks instance for this runtime.
|
||||
* @param {!Blocks} blocks Blocks instance for this runtime.
|
||||
*/
|
||||
function Runtime (blocks) {
|
||||
// Bind event emitter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue