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

index 57a08e7..702de1c 100644 (file)
@@ -296,7 +296,7 @@ dateField.setValue('2006-5-4');
             return;
         }
         if(this.menu == null){
-            this.menu = new Roo.menu.DateItem();
+            this.menu = new Roo.menu.DateMenu();
             
         }