Lint for eslint-config-scratch@3

This commit is contained in:
Ray Schamp 2017-02-01 15:59:50 -05:00
parent a6568c4bf2
commit 727fcc7875
22 changed files with 65 additions and 65 deletions
src/engine

View file

@ -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) {