Skip to content

Commit

Permalink
docs: update EventMixin jsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Aug 24, 2022
1 parent 72e08ba commit 89d0c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/EventMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const EventMixin = /** @lends EventMixin# */ {

/**
* @callback EventMixinCallback
* @param {Object} [e] 事件对象
* @param {Object} e 事件对象
* @param {string} e.type 事件类型
* @param {any} e.detail 事件数据
* @param {any} e.target 事件触发对象
Expand Down

0 comments on commit 89d0c3f

Please sign in to comment.