Roo/calendar/View.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 11:33:12 +0000 (19:33 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 11:33:12 +0000 (19:33 +0800)
Roo/grid/Calendar.js

Roo/grid/Calendar.js

index d32ab41..2a8dbc2 100644 (file)
@@ -797,7 +797,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
                                 {
                                   tag:'span',
                                   cls: 'fc-event-title',
-                                  html : String.format('{0}', ev.title)
+                                  html : String.format('{0}', ev.title),
                                   qtip: String.format('{0}', ev.title)
                                 }