From 9e0b6f1cc3890e98dd78c5a91e244aca0263a1fc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 26 Aug 2012 21:00:14 +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 7e023aa4b1..ff0c3000e7 100644 --- a/ux/DateDisplay.js +++ b/ux/DateDisplay.js @@ -7,7 +7,7 @@ Roo.form.DateDisplay = function(config){ Roo.form.DateDisplay.superclass.constructor.call(this, config); this.picker = new Roo.DatePicker({ - + config }); -- 2.39.2