Skip to content

Commit

Permalink
Fixed backported dynamic templates' names.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Dec 30, 2015
1 parent d0878e0 commit 1ceda55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compatibility/dynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

if (!Blaze.Template.__dynamicWithDataContext) {
Blaze.Template.__dynamicWithDataContext = Blaze.Template.__dynamicWithDataContextBackport;
Blaze.Template.__dynamicWithDataContext.viewName = 'Template.__dynamicWithDataContext';
Blaze.Template.__dynamic = Blaze.Template.__dynamicBackport;
Blaze.Template.__dynamic.viewName = 'Template.__dynamic';

var Template = Blaze.Template;

Expand Down

0 comments on commit 1ceda55

Please sign in to comment.