From 2f7473cfe9e4e3a9f7e31c6411374b9f1988d8b8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 26 Aug 2012 21:40:34 +0800 Subject: [PATCH] ux/DateDisplay.js --- ux/DateDisplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ux/DateDisplay.js b/ux/DateDisplay.js index f1bee4d43e..4e4a26b0f0 100644 --- a/ux/DateDisplay.js +++ b/ux/DateDisplay.js @@ -33,7 +33,7 @@ Roo.form.DateDisplay = function(config){ }); - //this.picker.on('select', this.onSelect, this); + this.picker.on('select', this.onSelect, this); }; -- 2.39.2