]> git.r.bdr.sh - rbdr/sorting-hat-renderer/blobdiff - lib/sorting_hat.js
Add jsdoc, fix linter
[rbdr/sorting-hat-renderer] / lib / sorting_hat.js
index 4534a9f82c1940c02b48cfc45010fafac304501f..2568b75246fe9b221f45d15d509c43d9b5f46928 100644 (file)
@@ -7,6 +7,12 @@ import StatusComponent from './components/status';
 
 const internals = {};
 
+/**
+ * The main vue application, it is composed by the other components, no real
+ * logic otherwise
+ *
+ * @class SortingHat
+ */
 internals.SortingHat = {
 
   start() {
@@ -21,6 +27,7 @@ internals.SortingHat = {
   }
 };
 
+// Instantiates the app
 
 internals.run = function () {