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 for Ember.String.isHTMLSafe #23

Merged
merged 1 commit into from
Jul 14, 2017
Merged

Fix for Ember.String.isHTMLSafe #23

merged 1 commit into from
Jul 14, 2017

Conversation

pgrippi
Copy link
Contributor

@pgrippi pgrippi commented Jul 14, 2017

Currently importing isHtmlSafe from @ember/string generates this code:

var isHtmlSafe = Ember.String.isHtmlSafe;

But this results in undefined as the correct casing is isHTMLSafe

@cibernox
Copy link
Collaborator

Good one. Thanks!

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

Successfully merging this pull request may close these issues.

3 participants