瀏覽代碼

add comment

yusuketk 7 年之前
父節點
當前提交
9ab28c7cad
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;
 };