Browse Source

add comment

yusuketk 7 years ago
parent
commit
9ab28c7cad
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/client/js/app.js

+ 4 - 0
src/client/js/app.js

@@ -114,6 +114,10 @@ if (isEnabledPlugins) {
   crowiPlugin.installAll(crowi, crowiRenderer);
 }
 
+/**
+ * receive tags for new page from EditTagModal
+ * @param {Array} tagData new tags
+ */
 const setTagsForNewPage = function(tagData) {
   tagsForNewPage = tagData;
 };