Whoops! Comma, not semicolon.

This commit is contained in:
George Stephanis 2015-08-08 14:45:37 -04:00
parent e0d9ff8891
commit 9c0af3c7ff
1 changed files with 1 additions and 1 deletions

View File

@ -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' );