Skip to content

Commit

Permalink
add global
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Oct 14, 2024
1 parent 7d48456 commit cf22b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@ember/debug/ember-inspector-support/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Application from '@ember/application';
import type ApplicationInstance from '@ember/application/instance';

export function setupEmberInspectorSupport() {
(window as any).EMBER_INSPECTOR_SUPPORT_BUNDLED = true;
window.addEventListener('ember-inspector-loaded' as any, (event: CustomEvent) => {
const adapter = event.detail.adapter;
const EMBER_VERSIONS_SUPPORTED = event.detail.EMBER_VERSIONS_SUPPORTED;
Expand Down

0 comments on commit cf22b71

Please sign in to comment.