We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I concat like this
banner: ";(function( window, Ember, undefined){ \n 'use strict';", footer: "}( window, Ember ));"
My template wil brake. Is it a bad practise to concat and wrap ember-handlebars? It brakes because this is undefined and
this["App"] = this["App"] || {};
Doesn't work inside my function
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I concat like this
My template wil brake. Is it a bad practise to concat and wrap ember-handlebars?
It brakes because this is undefined and
Doesn't work inside my function
The text was updated successfully, but these errors were encountered: