Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 25 Sep 2014 04:46:09 +0000 (12:46 +0800)
committerEdward <edward@roojs.com>
Thu, 25 Sep 2014 04:46:09 +0000 (12:46 +0800)
Roo/bootstrap/Calendar.js

index 44eb8ef..2865605 100644 (file)
@@ -784,6 +784,8 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
             
             var ev = c.events;
             
+            var r = c.row - ev.length;
+            
             c.events = ev.slice(0, 4);
             c.more = ev.slice(4);