ux/DateDisplay.js
authorAlan Knowles <alan@roojs.com>
Sun, 26 Aug 2012 13:40:34 +0000 (21:40 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 26 Aug 2012 13:40:34 +0000 (21:40 +0800)
ux/DateDisplay.js

index f1bee4d..4e4a26b 100644 (file)
@@ -33,7 +33,7 @@ Roo.form.DateDisplay = function(config){
     });
 
     
-    //this.picker.on('select', this.onSelect, this);
+    this.picker.on('select', this.onSelect, this);
     
 };