ES5 space-before-blocks

This commit is contained in:
Amine Ben hammou
2017-09-21 09:02:50 +00:00
parent 1f9bd04308
commit 946bee2194
7 changed files with 6 additions and 7 deletions

View File

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