From bb0394a66893d9db52c19b22c0058ecf382b34c3 Mon Sep 17 00:00:00 2001 From: DD Date: Fri, 23 Feb 2018 16:09:38 -0500 Subject: [PATCH] Fix lint --- src/virtual-machine.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/virtual-machine.js b/src/virtual-machine.js index dd9c45e90..7303ac05f 100644 --- a/src/virtual-machine.js +++ b/src/virtual-machine.js @@ -661,8 +661,8 @@ class VirtualMachine extends EventEmitter { /** * Called when blocks are dragged from one sprite to another. Adds the blocks to the * workspace of the given target. - * @param {!Array} blocks Blocks to add - # @param {!string} targetId Id of target to add blocks to. + * @param {!Array} blocks Blocks to add. + * @param {!string} targetId Id of target to add blocks to. */ shareBlocksToTarget (blocks, targetId) { const target = this.runtime.getTargetById(targetId);