Fix ES5 comma-spacing eslint rule [MAILPOET-1028]

This commit is contained in:
stoletniy
2017-07-27 17:53:44 +03:00
committed by pavel-mailpoet
parent 5773d46f1c
commit 4988aaf14f
3 changed files with 2 additions and 3 deletions

View File

@ -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,