mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-17 16:59:43 -04:00
Lint for eslint-config-scratch@3
This commit is contained in:
parent
a6568c4bf2
commit
727fcc7875
22 changed files with 65 additions and 65 deletions
src/engine
|
@ -171,8 +171,8 @@ Sequencer.prototype.stepThread = function (thread) {
|
|||
/**
|
||||
* Step a thread into a block's branch.
|
||||
* @param {!Thread} thread Thread object to step to branch.
|
||||
* @param {Number} branchNum Which branch to step to (i.e., 1, 2).
|
||||
* @param {Boolean} isLoop Whether this block is a loop.
|
||||
* @param {number} branchNum Which branch to step to (i.e., 1, 2).
|
||||
* @param {boolean} isLoop Whether this block is a loop.
|
||||
*/
|
||||
Sequencer.prototype.stepToBranch = function (thread, branchNum, isLoop) {
|
||||
if (!branchNum) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue