Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:23:15 +0000 (13:23 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:23:15 +0000 (13:23 +0800)
Roo/bootstrap/Calendar.js

index 0fae372..c7bd31e 100644 (file)
@@ -225,11 +225,9 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         this.resize();
         this.cells = this.el.query('.fc-day');
         this.textNodes = this.el.query('.fc-day-number');
-        try { 
+         
             this.update(new Date());
-        } catch(e) {
-            Roo.log(e);
-        }
+         
         
         
     },