Update InitScript.js

FE-243: fix build
This commit is contained in:
Alexandra Usacheva 2017-03-29 16:50:37 +03:00 committed by GitHub
parent 3c0f99a9ad
commit 06753e9b59

View File

@ -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() {