From 00fd5cb1ef08dc9555a2592b887f97c8f382c945 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 30 Dec 2019 00:48:58 +0100 Subject: [PATCH] fix docblock --- UI/DragNDrop.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UI/DragNDrop.js b/UI/DragNDrop.js index bb98798..e24b051 100644 --- a/UI/DragNDrop.js +++ b/UI/DragNDrop.js @@ -10,6 +10,8 @@ export class DragNDrop { /** * @constructor * + * @param {Object} app Application + * * @since 1.0.0 */ constructor (app) @@ -35,7 +37,7 @@ export class DragNDrop { /** * Bind element * - * @param {Object} id DOM element + * @param {Object} [id] DOM element * * @return {void} *