Roo/form/MonthField.js
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 09:19:37 +0000 (17:19 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 09:19:37 +0000 (17:19 +0800)
Roo/form/MonthField.js

index afe138a..c4db0fb 100644 (file)
@@ -296,7 +296,7 @@ dateField.setValue('2006-5-4');
             return;
         }
         if(this.menu == null){
-            this.menu = new Roo.menu.DatePicker();
+            this.menu = new Roo.DatePicker();
             
         }