Skip to content
Snippets Groups Projects
Commit 725f8ad5 authored by Katja's avatar Katja
Browse files

formatting, debugging

parent c359db36
No related branches found
No related tags found
1 merge request!20Main
...@@ -379,7 +379,7 @@ function handle_tick() { ...@@ -379,7 +379,7 @@ function handle_tick() {
} }
/** /**
* initializes the dragging of the node * initializes dragging of the node
* @param {object} node - node * @param {object} node - node
*/ */
function start_drag(node) { function start_drag(node) {
...@@ -392,7 +392,7 @@ 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 * @param {object} node - node
*/ */
function dragged(node) { function dragged(node) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment