X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/src/form/field/File.js diff --git a/src/form/field/File.js b/src/form/field/File.js index 814c00fb..e0f81f28 100644 --- a/src/form/field/File.js +++ b/src/form/field/File.js @@ -152,7 +152,6 @@ Ext.define("Ext.form.field.File", { text: me.buttonText, cls: Ext.baseCSSPrefix + 'form-file-btn', preventDefault: false, - ownerCt: me, style: me.buttonOnly ? '' : 'margin-left:' + me.buttonMargin + 'px' }, me.buttonConfig)); },