Fix #5765 - masking for missing entries
[roojs1] / Roo / form / Form.js
index 9924baa..c25f4c6 100644 (file)
@@ -66,8 +66,6 @@ Roo.form.Form = function(config){
     
     Roo.each(xitems, this.addxtype, this);
     
-    
-    
 };
 
 Roo.extend(Roo.form.Form, Roo.form.BasicForm, {