]> git.r.bdr.sh - rbdr/lissajous/blobdiff - lib/components/configuration.js
Add a few comments
[rbdr/lissajous] / lib / components / configuration.js
index 78065c3a82343f03e979f5981d3bace73973d3d5..f5787ab0f72220bf17598319bf672848273ff902 100644 (file)
@@ -1,5 +1,9 @@
 import { Component } from '@serpentity/serpentity';
 
+/**
+  * Stores global behavior configuration that can be adjusted on the go. For
+  * static configuration see lib/config.js instead.
+  */
 export default class Configuration extends Component {
   constructor(config) {