This commit is contained in:
DD 2018-02-16 14:09:51 -05:00
parent 2545d1955d
commit 51fd97ee54

View file

@ -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;