sou před 8 roky
rodič
revize
7d6bbecb5a
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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);