ES5 keyword-spacing

This commit is contained in:
Amine Ben hammou
2017-09-21 09:13:36 +00:00
parent 1ad90680f4
commit 95551ad049
15 changed files with 177 additions and 178 deletions

View File

@@ -5,7 +5,7 @@ define('iframe', ['mailpoet'], function (mp) {
MailPoet.Iframe = {
marginY: 20,
autoSize: function (iframe) {
if(!iframe) return;
if (!iframe) return;
this.setSize(
iframe,
@@ -14,7 +14,7 @@ define('iframe', ['mailpoet'], function (mp) {
},
setSize: function (sizeIframe, i) {
var iframe = sizeIframe;
if(!iframe) return;
if (!iframe) return;
iframe.style.height = (
parseInt(i, 10) + this.marginY