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