sou 7 лет назад
Родитель
Сommit
7d6bbecb5a
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      lib/models/page.js

+ 3 - 1
lib/models/page.js

@@ -527,7 +527,9 @@ module.exports = function(crowi) {
     });
   };
 
-  // find all templates applicable to the new page
+  /**
+   * find all templates applicable to the new page
+   */
   pageSchema.statics.findTemplate = function(path) {
     const Page = this;
     const templatePath = cutOffLastSlash(path);