Browse Source

extra comments

Rafał Pitoń 9 years ago
parent
commit
938c81002d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      misago/frontend/misago/app.js

+ 2 - 1
misago/frontend/misago/app.js

@@ -13,6 +13,7 @@
       SETTINGS: {}
       SETTINGS: {}
     };
     };
 
 
+    // Services init/destroy
     this._initServices = function(services) {
     this._initServices = function(services) {
       var orderedServices = new ns.OrderedList(services).order(false);
       var orderedServices = new ns.OrderedList(services).order(false);
       orderedServices.forEach(function (item) {
       orderedServices.forEach(function (item) {
@@ -57,7 +58,7 @@
   };
   };
 
 
 
 
-  // Services
+  // Services registry
   var proto = window.Misago.prototype
   var proto = window.Misago.prototype
   proto._services = [];
   proto._services = [];