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
Template.myTemplate.rendered = function() { this.autorun(function() { console.log(this); }); });
before kadira-debug installation console.log shows Blaze.view() object, after - Window
The text was updated successfully, but these errors were encountered:
Good finding. Yep, that's a bug and can be fixed.
On Tue, Jun 16, 2015 at 11:35 PM VB [email protected] wrote:
Template.myTemplate.rendered = function() { this.autorun(function() { console.log(this); }); }); before kadira-debug installation console.log shows Blaze.view() object, after - Window — Reply to this email directly or view it on GitHub #7.
Template.myTemplate.rendered = function() {
this.autorun(function() { console.log(this); }); });
— Reply to this email directly or view it on GitHub #7.
Sorry, something went wrong.
Fixed with version 1.3.3
1.3.3
No branches or pull requests
before kadira-debug installation console.log shows Blaze.view() object,
after - Window
The text was updated successfully, but these errors were encountered: