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

@ -18,8 +18,8 @@ define(['app', 'Calendar/Collection','fullcalendar'], function () {
right : 'month,basicWeek'
},
buttonText : {
prev: '<i class='icon-arrow-left'></i>',
next: '<i class='icon-arrow-right'></i>'
prev: '<i class="icon-arrow-left"></i>',
next: '<i class="icon-arrow-right"></i>'
},
events : this.getEvents,
eventRender : function (event, element) {