ES5 space-before-function-parens

This commit is contained in:
Amine Ben hammou
2017-09-21 08:35:12 +00:00
parent bf1d76a3a7
commit 680446b77e
52 changed files with 871 additions and 872 deletions

View File

@@ -1,10 +1,10 @@
define('iframe', ['mailpoet'], function(mp) {
define('iframe', ['mailpoet'], function (mp) {
'use strict';
var MailPoet = mp;
MailPoet.Iframe = {
marginY: 20,
autoSize: function(iframe) {
autoSize: function (iframe) {
if(!iframe) return;
this.setSize(
@@ -12,7 +12,7 @@ define('iframe', ['mailpoet'], function(mp) {
iframe.contentWindow.document.body.scrollHeight
);
},
setSize: function(sizeIframe, i) {
setSize: function (sizeIframe, i) {
var iframe = sizeIframe;
if(!iframe) return;