chromium/third_party/blink/perf_tests/speedometer21/resources/todomvc/architecture-examples/emberjs-debug/source/app/instance-initializers/global.js

// app/instance-initializers/global.js

export function initialize(application) {
  window.App = application;  // or window.Whatever
}

export default {
  name: 'global',
  initialize: initialize
};