Whoops! Comma, not semicolon.
This commit is contained in:
parent
c6e3a577c0
commit
9e5abc22ad
|
@ -8,7 +8,7 @@
|
|||
|
||||
var rowTemplate = wp.template( 'wc-tax-table-row' ),
|
||||
paginationTemplate = wp.template( 'wc-tax-table-pagination' ),
|
||||
$table = $( '.wc_tax_rates' );
|
||||
$table = $( '.wc_tax_rates' ),
|
||||
$tbody = $( '#rates' ),
|
||||
$pagination = $( '#rates-pagination' );
|
||||
|
||||
|
|
Loading…
Reference in New Issue