]> git.r.bdr.sh - rbdr/lissajous/blobdiff - lib/systems/phase_adjuster.js
Add a few comments
[rbdr/lissajous] / lib / systems / phase_adjuster.js
index 120b05d8a854595d0bb36c40159cb8185a6eb3f3..06ff870cc62726cfeac6d551ed3509aa597b8e89 100644 (file)
@@ -10,6 +10,9 @@ const internals = {
   }
 };
 
+/**
+  * UI that adjusts the phase of any compatible object
+  */
 export default class PhaseAdjuster extends System {
 
   constructor(container) {