ES5 space-before-function-parens
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user