Skip to content

Commit

Permalink
chore(copy-paste): fix comments formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Aug 7, 2019
1 parent 2404c00 commit aa252f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/features/copy-paste/CopyPaste.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { eachElement } from '../../util/Elements';
* @typedef {Function} <copyPaste.copyElement> listener
*
* @param {Object} context
* @param {Object} - context.descriptor
* @param {Object} context.descriptor
* @param {djs.model.Base} context.element
* @param {Array<djs.model.Base>} context.elements
*/
Expand All @@ -40,23 +40,23 @@ import { eachElement } from '../../util/Elements';
* @typedef {Function} <copyPaste.elementsCopied> listener
*
* @param {Object} context
* @param {Object} - context.elements
* @param {Object} context.elements
* @param {Object} context.tree
*/

/**
* @typedef {Function} <copyPaste.pasteElement> listener
*
* @param {Object} context
* @param {Object} - context.cache - Already created elements.
* @param {Object} - context.descriptor
* @param {Object} context.cache - Already created elements.
* @param {Object} context.descriptor
*/

/**
* @typedef {Function} <copyPaste.pasteElements> listener
*
* @param {Object} context
* @param {Object} - context.hints - Add hints before pasting.
* @param {Object} context.hints - Add hints before pasting.
*/

/**
Expand Down

0 comments on commit aa252f0

Please sign in to comment.