Skip to content
Snippets Groups Projects
Commit f0d57ed5 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Added comment for documentation

parent 5de85782
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ const STOP_PHYSICS_DELAY = 5000; // ms
const graph = {
data: undefined,
externUpdate: [],
externUpdate: [], // Register callbacks in this list
update() {
graph.externUpdate.forEach((fn) => fn());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment