Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinJoyce committed Sep 15, 2015
1 parent 50aa25b commit dede662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/render-complex-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(function() {
var template =
"<ul>C:{{component-render}} (LEN: {{data.items.length}})" +
"<ul>" +
"{{#each data.items as |item|}}" +
"<li>{{buffer-render data=a}} {{buffer-render data=item.b}} {{buffer-render data=item.c}} {{buffer-render data=item.d}}</li>" +
"<li>{{buffer-render data=a}} {{buffer-render data=item.b}} {{buffer-render data=item.c}} {{buffer-render data=item.d}}</li>" +
Expand Down

0 comments on commit dede662

Please sign in to comment.