Fix ES5 comma-spacing eslint rule [MAILPOET-1028]
This commit is contained in:
committed by
pavel-mailpoet
parent
5773d46f1c
commit
4988aaf14f
@ -27,7 +27,7 @@ define(
|
||||
coerce_types = { 'true': !0, 'false': !1, 'null': null };
|
||||
|
||||
// Iterate over all name=value pairs.
|
||||
$.each( this.serializeArray(), function(j,v){
|
||||
$.each( this.serializeArray(), function(j, v){
|
||||
var key = v.name,
|
||||
val = v.value,
|
||||
cur = obj,
|
||||
|
Reference in New Issue
Block a user