mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 18:45:24 +00:00
Update InitScript.js
FE-243: fix build
This commit is contained in:
parent
3c0f99a9ad
commit
06753e9b59
@ -13,7 +13,7 @@ export default class InitScript {
|
||||
|
||||
getFormNode() {
|
||||
let formNode = this.element.parentNode;
|
||||
formNoe.nodeName === 'FORM' ? return formNode : return undefined;
|
||||
return formNoe.nodeName === 'FORM' ? formNode : undefined;
|
||||
}
|
||||
|
||||
getParams() {
|
||||
|
Loading…
Reference in New Issue
Block a user