more quote identeiifers fixessss
[Pman.Core] / widgets / ComboBoxAdder.js
index 3fbdb3b..5e441af 100644 (file)
@@ -8,16 +8,15 @@
  * to make this work on the new combo, you just implement a 'add' handler.
  */
 
-
-
-
 
 Ext.form.ComboBoxAdder = function(config){
     
     if (typeof(config.listeners.adderclick) != 'undefined') {
         config.listeners.add = config.listeners.adderclick;
     }
-     
+   Ext.form.ComboBoxAdder.superclass.constructor.call(this, config);  
 }
  
 Ext.extend(Ext.form.ComboBoxAdder, Ext.form.ComboBox);