Browse Source

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

Sotaro KARASAWA 9 years ago
parent
commit
a9576763bf
1 changed files with 4 additions and 0 deletions
  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;