Rafał Pitoń 9 лет назад
Родитель
Сommit
938c81002d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      misago/frontend/misago/app.js

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

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