Explorar el Código

Merge branch 'feature-delete-page' of github.com:crowi/crowi into feature-delete-page

Sotaro KARASAWA hace 10 años
padre
commit
a9576763bf
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      lib/models/page.js

+ 4 - 0
lib/models/page.js

@@ -843,6 +843,10 @@ module.exports = function(crowi) {
     });
   };
 
+  pageSchema.statics.deletePage = function(pageData, options) {
+    var Page = this;
+  };
+
   pageSchema.statics.getHistories = function() {
     // TODO
     return;