Jelajahi Sumber

add comment

yusuketk 7 tahun lalu
induk
melakukan
9ab28c7cad
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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;
 };