From 51fd97ee541353f9a174faa630ef7701aac23dd2 Mon Sep 17 00:00:00 2001 From: DD Date: Fri, 16 Feb 2018 14:09:51 -0500 Subject: [PATCH] fix lint --- src/virtual-machine.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/virtual-machine.js b/src/virtual-machine.js index 72478e5b7..25d98d562 100644 --- a/src/virtual-machine.js +++ b/src/virtual-machine.js @@ -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;