mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-25 17:09:50 -05:00
fix lint
This commit is contained in:
parent
2545d1955d
commit
51fd97ee54
1 changed files with 1 additions and 3 deletions
|
@ -561,9 +561,7 @@ class VirtualMachine extends EventEmitter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the hovered sprite
|
* Sets the hovered sprite
|
||||||
* @param {string} targetId ID of a target whose sprite to duplicate.
|
* @param {string} targetId ID of a target whose sprite is hovered.
|
||||||
* @returns {Promise} Promise that resolves when duplicated target has
|
|
||||||
* been added to the runtime.
|
|
||||||
*/
|
*/
|
||||||
setHoveredSprite (targetId) {
|
setHoveredSprite (targetId) {
|
||||||
this._hoveredSpriteId = targetId;
|
this._hoveredSpriteId = targetId;
|
||||||
|
|
Loading…
Reference in a new issue