Skip to content

Commit

Permalink
fixes lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed May 1, 2014
1 parent 25b9bb7 commit 1a28a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/mustache/mustache_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3631,7 +3631,7 @@ steal("can/model", "can/view/mustache", "can/test", "can/view/mustache/spec/spec
var template = can.mustache("{{#each items}}<div>{{name}}</div>{{/each}}"+
"{{#if items.spliced}}<strong>List was spliced</strong>{{/if}}");
var items = new can.List([
{ name: 1}
{ name: 1}
]);

var frag = template({
Expand Down

0 comments on commit 1a28a37

Please sign in to comment.