Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file paths displayed in the Routes tab #757

Merged
merged 1 commit into from
Feb 25, 2018

Conversation

omarhamdan
Copy link
Contributor

  • emberCliConfig was always false, using getAttribute instead of attr fixes the issue.
  • From ember 2.7.0 the libraries are always found in libraries._registry, so we remove support for older versions.
  • Documented ember_debug/general-debug.js.

window.postMessage({
type: 'emberVersion',
versions: versions
versions: libraries._registry.slice()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This script runs for all Ember versions (even < 2.7), so let's keep the backwards compatibility here.

@teddyzeenny teddyzeenny merged commit 7222143 into emberjs:master Feb 25, 2018
@teddyzeenny
Copy link
Contributor

😍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants