Add code documentation

This commit is contained in:
Romain Vigier
2020-02-23 20:05:21 +01:00
parent ff9d04cdb2
commit 1818e50382
4 changed files with 52 additions and 3 deletions
+5
View File
@@ -23,6 +23,11 @@ const Me = extensionUtils.getCurrentExtension();
const config = Me.imports.config;
/*
The Theme communicates with the system to get the current theme or set a new
one. It can also be asked to listen to theme changes.
*/
var Themer = class {
constructor() {