Update deprecated jQuery functions for wc-product-export.js

This commit is contained in:
roykho 2021-02-04 09:18:52 -08:00 committed by Jonathan Sadowski
parent 1710a84948
commit f4745ed022
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
this.$form.find('.woocommerce-exporter-progress').val( 0 );
// Methods.
this.processStep = this.processStep.bind( this );
this.processStep = this.processStep.on( this );
// Events.
$form.on( 'submit', { productExportForm: this }, this.onSubmit );