Browse Source

add comment

yusuketk 7 năm trước cách đây
mục cha
commit
9ab28c7cad
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
 };