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