This commit is contained in:
DD 2018-02-23 16:09:38 -05:00
parent 0a5ccbf42f
commit bb0394a668

View file

@ -661,8 +661,8 @@ class VirtualMachine extends EventEmitter {
/** /**
* Called when blocks are dragged from one sprite to another. Adds the blocks to the * Called when blocks are dragged from one sprite to another. Adds the blocks to the
* workspace of the given target. * workspace of the given target.
* @param {!Array<object>} blocks Blocks to add * @param {!Array<object>} blocks Blocks to add.
# @param {!string} targetId Id of target to add blocks to. * @param {!string} targetId Id of target to add blocks to.
*/ */
shareBlocksToTarget (blocks, targetId) { shareBlocksToTarget (blocks, targetId) {
const target = this.runtime.getTargetById(targetId); const target = this.runtime.getTargetById(targetId);