examples/grid/calendar.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 11:01:25 +0000 (19:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 11:01:25 +0000 (19:01 +0800)
examples/grid/calendar.js

index 5cd7416..4fb922b 100644 (file)
@@ -88,12 +88,12 @@ var Example = {
                             listeners : {
                                 render : function (_self)
                                 {
-                                    _this.monthField = _self;
+                                 //   _this.monthField = _self;
                                    // _this.monthField.set  today
                                 },
                                 select : function (combo, date)
                                 {
-                                    _this.grid.ds.load({});
+                                   // _this.grid.ds.load({});
                                 }
                             },
                             value : (function() { return new Date(); })()