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

index ff0c300..86f8e71 100644 (file)
@@ -6,10 +6,7 @@ Roo.form.DateDisplay = function(config){
     
     
     Roo.form.DateDisplay.superclass.constructor.call(this, config);
-    this.picker = new Roo.DatePicker({
-        config
-        
-    });
+    this.picker = new Roo.DatePicker( config );
     
 };