diff options
Diffstat (limited to 'lib/systems/amplitude_adjuster.js')
| -rw-r--r-- | lib/systems/amplitude_adjuster.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/systems/amplitude_adjuster.js b/lib/systems/amplitude_adjuster.js index 04f271a..aed7848 100644 --- a/lib/systems/amplitude_adjuster.js +++ b/lib/systems/amplitude_adjuster.js @@ -10,6 +10,9 @@ const internals = { } }; +/** + * UI that adjusts the amplitude of any compatible object + */ export default class AmplitudeAdjuster extends System { constructor(container) { |