fixed some quote issues.

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

View file

@ -13,16 +13,16 @@ define(['app','backgrid'], function () {
var self = this;
this.$el.html('<i class ='icon-spinner icon-spin' />');
this.$el.html('<i class =\'icon-spinner icon-spin\' />');
this.model.save()
.always(function () {
self.$el.html('<i class ='icon-download-alt' />');
self.$el.html('<i class =\'icon-download-alt\' />');
});
},
render: function () {
this.$el.html('<i class ='icon-download-alt' />');
this.$el.html('<i class =\'icon-download-alt\' />');
return this;
}