Roo/form/MonthField.js
authorAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:42:21 +0000 (17:42 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:42:21 +0000 (17:42 +0800)
Roo/form/MonthField.js

index 5275996..d06ede1 100644 (file)
@@ -326,9 +326,9 @@ monthField.setValue('2006-5-4');
             maxText : String.format(this.maxText, this.formatDate(this.maxValue))
             
         });
-         this.menu.on(  this.menuListeners, {
+         this.menu.on(Roo.apply({}, this.menuListeners, {
             scope:this
-        });
+        }));
        
         
         var m = this.menu;