Skip to content

Commit

Permalink
Remove events.attach (#6741)
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored Jun 21, 2024
1 parent cd4f697 commit 060e1c3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
34 changes: 0 additions & 34 deletions src/core/events.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/framework/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { events } from '../core/events.js';

import { getApplication } from './globals.js';

/**
Expand Down Expand Up @@ -62,6 +60,4 @@ const script = {
}
};

events.attach(script);

export { script };
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import './polyfill/typedarray-fill.js';
// CORE
export * from './core/constants.js';
export { apps, common, config, data, extend, revision, type, version } from './core/core.js';
export { events } from './core/events.js';
export { guid } from './core/guid.js';
export { path } from './core/path.js';
export { platform } from './core/platform.js';
Expand Down

0 comments on commit 060e1c3

Please sign in to comment.