Fix dot-notation rule in es5

[MAILPOET-1143]
This commit is contained in:
Pavel Dohnal
2018-01-08 11:38:27 +00:00
parent f154687c53
commit ef410fb877
5 changed files with 10 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ function (
if (
window.frameElement !== null
&& MailPoet !== undefined
&& MailPoet['Iframe']
&& MailPoet.Iframe
) {
MailPoet.Iframe.autoSize(window.frameElement);
}