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

[view][notification]NotificationView render #80

Closed
pierbrisson opened this issue Feb 4, 2015 · 0 comments
Closed

[view][notification]NotificationView render #80

pierbrisson opened this issue Feb 4, 2015 · 0 comments

Comments

@pierbrisson
Copy link

In the function printMessageIfExists, the template would called from withing the current context.

context.$el.append(template(messageToPrint[messageContainerName]));

should be

context.$el.append(context.template(messageToPrint[messageContainerName]));

seen with PBE

@pierr pierr changed the title NotificationView render [view][notification]NotificationView render Feb 4, 2015
@pierr pierr closed this as completed in 1b1a987 Feb 5, 2015
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

No branches or pull requests

2 participants