Skip to content

Commit

Permalink
remove form.recalculateSize() from template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao Hu committed Jul 17, 2019
1 parent 154ca29 commit bda1173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/web-ui/payment-form/basic/sqpaymentform-basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var locationId = "REPLACE_ME";
function buildForm(form) {
if (SqPaymentForm.isSupportedBrowser()) {
form.build();
form.recalculateSize();
}
}

Expand Down

0 comments on commit bda1173

Please sign in to comment.