Skip to content

Commit

Permalink
added debounce to export
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitguptaGspann committed May 13, 2024
1 parent 6b6af70 commit 699c441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/aem.js
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ export {
passFormMeetingConfig,
loadFormDelayed,
getFormMeetingConfig,
debounce,
};

export function debounce(func, timeout = 300) {
Expand Down

0 comments on commit 699c441

Please sign in to comment.