Skip to content

Commit

Permalink
fix perf benchark
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Oct 4, 2021
1 parent 8291f84 commit 4865e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmarks/krausest/lib/components/Row.hbs
@@ -1,6 +1,6 @@
<tr class={{if @item.selected "danger"}}>
<td class="col-md-1">{{@item.id}}</td>
<td class="col-md-4"><a {{on "click" onSelect}}>{{@item.label}}</a></td>
<td class="col-md-4"><a {{on "click" this.onSelect}}>{{@item.label}}</a></td>
<td class="col-md-1"><a><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></a></td>
<td class="col-md-6"></td>
</tr>

0 comments on commit 4865e12

Please sign in to comment.