Roo/form/ComboBoxArray.js
authorMichael <michael@roojs.com>
Fri, 20 Mar 2015 07:05:01 +0000 (15:05 +0800)
committerMichael <michael@roojs.com>
Fri, 20 Mar 2015 07:05:01 +0000 (15:05 +0800)
Roo/form/ComboBoxArray.js

index b5d6bb9..c6051e8 100644 (file)
@@ -183,9 +183,6 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
             // add to list
             
         }, this);
-        this.combo.on('specialkey',function(cb, rec, ix){
-            alert('here');
-        })
         
         
     },