Bower updates.
This commit is contained in:
parent
bfbdd675db
commit
13733b8857
73 changed files with 2451 additions and 1553 deletions
6
app/bower_components/jquery/src/serialize.js
vendored
6
app/bower_components/jquery/src/serialize.js
vendored
|
@ -1,7 +1,7 @@
|
|||
define( [
|
||||
"./core",
|
||||
"./core/toType",
|
||||
"./manipulation/var/rcheckableType",
|
||||
"./var/rcheckableType",
|
||||
"./var/isFunction",
|
||||
"./core/init",
|
||||
"./traversing", // filter
|
||||
|
@ -70,6 +70,10 @@ jQuery.param = function( a, traditional ) {
|
|||
encodeURIComponent( value == null ? "" : value );
|
||||
};
|
||||
|
||||
if ( a == null ) {
|
||||
return "";
|
||||
}
|
||||
|
||||
// If an array was passed in, assume that it is an array of form elements.
|
||||
if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue