sou hace 8 años
padre
commit
7d6bbecb5a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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);