Roo/grid/Calendar.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 10:20:07 +0000 (18:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 10:20:07 +0000 (18:20 +0800)
Roo/grid/Calendar.js

index d4e62e5..2b147e9 100644 (file)
@@ -411,7 +411,7 @@ Roo.grid.Calendar = function(container, config){
         
         (function() { this.setDate(new Date()); }).defer(100,this); //default today..
 
-    });
+    },this);
     
 };
 Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {