From 77af07f1a6286aeeeda80834109f818e10151194 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 Apr 2014 10:27:05 +0800 Subject: [PATCH] Roo/grid/Calendar.js --- Roo/grid/Calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/grid/Calendar.js b/Roo/grid/Calendar.js index 3284f79082..cffa6287db 100644 --- a/Roo/grid/Calendar.js +++ b/Roo/grid/Calendar.js @@ -790,7 +790,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, { }, - renderEvent : function(args,ctr) { + renderEvent : function(ev,ctr) { if (!ctr) { ctr = this.view.el.select('.fc-event-container',true).first(); } -- 2.39.2