Skip to content

Commit

Permalink
missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiux committed Sep 24, 2022
1 parent 0e5ab1b commit e7d64d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/es6/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export { Exception } from './Error/Exception.js';
/**
* Events
*/
export { bindMultiClick } from './Events/bindMultiClick.js';
export { bindNodeList } from './Events/bindNodeList.js';
export { CallbackEvents } from './Events/CallbackEvents.js';
export { debounce } from './Events/debounce.js';
Expand Down

0 comments on commit e7d64d3

Please sign in to comment.