From 3f8510ebcdd9421f8dbfcc5a1af075d66a053bec Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Mar 2016 18:08:28 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 6930947ee4..36afb89102 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -857,7 +857,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { var cfg = { cls : 'fc-event-hori fc-event-draggable', html : m.title - } + }; var cg = ctr.createChild(cfg); cg.on('click', _this.onEventClick, _this, m); -- 2.39.2