From 32e2eed2a003c9be98f344ae70248139162b6969 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 8 May 2024 18:37:48 +0200 Subject: Add a few comments --- lib/components/configuration.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/components/configuration.js') diff --git a/lib/components/configuration.js b/lib/components/configuration.js index 78065c3..f5787ab 100644 --- a/lib/components/configuration.js +++ b/lib/components/configuration.js @@ -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) { -- cgit