Skip to content

Commit

Permalink
Docs: 完善注释
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaoh committed Sep 21, 2023
1 parent cd42489 commit f766324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Author: HxB
* @Date: 2022-04-26 14:10:35
* @LastEditors: DoubleAm
* @LastEditTime: 2023-09-21 15:58:54
* @LastEditTime: 2023-09-21 18:22:44
* @Description: 工具函数
* @FilePath: \js-xxx\src\Tools\index.ts
*/
Expand Down Expand Up @@ -1051,7 +1051,7 @@ export function setEventListener(eventKey: string, foo: any, once = false, dom:
* H5 移动端软键盘缩回/弹起回调
* `return cancel listener of keyBoardResize`
* @example
* keyBoardResize(()=>{ console.log('downCb'); }, ()=>{ console.log('upCb'); }); /// do something
* keyBoardResize(() => { console.log('downCb'); }, () => { console.log('upCb'); }); /// do something
* @param downCb 缩回回调
* @param upCb 弹起回调
* @returns
Expand Down

0 comments on commit f766324

Please sign in to comment.