From 725f8ad580e687dfb065674efa775f3d5a3960c6 Mon Sep 17 00:00:00 2001 From: Katja <bax5612@studium.uni-hamburg.de> Date: Sun, 16 Jan 2022 15:52:20 +0100 Subject: [PATCH] formatting, debugging --- assets/cn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/cn.js b/assets/cn.js index 8f84a0e..99a5f66 100644 --- a/assets/cn.js +++ b/assets/cn.js @@ -379,7 +379,7 @@ function handle_tick() { } /** -* initializes the dragging of the node +* initializes dragging of the node * @param {object} node - node */ function start_drag(node) { @@ -392,7 +392,7 @@ function start_drag(node) { } /** -* applies the dragging to the node +* applies dragging to the node * @param {object} node - node */ function dragged(node) { -- GitLab