Skip to content

Commit

Permalink
export eventemitter (#5507)
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Tidwell <[email protected]>
  • Loading branch information
brendanbond and travist authored Apr 23, 2024
1 parent 1ad7247 commit 91170ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/formio.form.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Form from './Form';
import Utils from './utils';
import Evaluator from './utils/Evaluator';
import Licenses from './licenses';
import EventEmitter from './EventEmitter';

Formio.loadModules = (path = `${Formio.getApiUrl() }/externalModules.js`, name = 'externalModules') => {
Formio.requireLibrary(name, name, path, true)
Expand Down Expand Up @@ -125,4 +126,4 @@ export function useModule(defaultFn = null) {
Formio.use = useModule();

// Export the components.
export { Components, Displays, Providers, Widgets, Templates, Utils, Form, Formio, Licenses };
export { Components, Displays, Providers, Widgets, Templates, Utils, Form, Formio, Licenses, EventEmitter };

0 comments on commit 91170ef

Please sign in to comment.