mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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
|
||||
* @param {string} targetId ID of a target whose sprite to duplicate.
|
||||
* @returns {Promise} Promise that resolves when duplicated target has
|
||||
* been added to the runtime.
|
||||
* @param {string} targetId ID of a target whose sprite is hovered.
|
||||
*/
|
||||
setHoveredSprite (targetId) {
|
||||
this._hoveredSpriteId = targetId;
|
||||
|
|
Loading…
Reference in a new issue