allow string based values for comboboxarray
[roojs1] / Roo / menu / DateMenu.js
index 172566a..3f60724 100644 (file)
@@ -19,7 +19,6 @@
  * @param {Object} config Configuration options
  */
 Roo.menu.DateMenu = function(config){
-    Roo.log(2)
     Roo.menu.DateMenu.superclass.constructor.call(this, config);
     this.plain = true;
     var di = new Roo.menu.DateItem(config);
@@ -35,7 +34,6 @@ Roo.menu.DateMenu = function(config){
      * @param {Date} date
      */
     this.relayEvents(di, ["select"]);
-
     this.on('beforeshow', function(){
         if(this.picker){
             this.picker.hideMonthPicker(false);