fixed some quote issues.

This commit is contained in:
kay.one 2013-06-22 08:58:16 -07:00
parent 769331d45d
commit ee28926da0
8 changed files with 54 additions and 54 deletions

View file

@ -14,7 +14,7 @@ define(['app','backgrid'], function () {
if (this.column.get('sortable')) {
this.$el.addClass('clickable');
this.$el.append(' <i class='pull-right'></i>');
this.$el.append(' <i class="pull-right"></i>');
if (this.collection.state) {
var sortKey = this.collection.state.sortKey;