mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Node modules update
This commit is contained in:
parent
f394ef7856
commit
12225f5c27
123 changed files with 6221 additions and 3459 deletions
2
node_modules/jquery/src/core/camelCase.js
generated
vendored
2
node_modules/jquery/src/core/camelCase.js
generated
vendored
|
@ -13,7 +13,7 @@ function fcamelCase( _all, letter ) {
|
|||
|
||||
// Convert dashed to camelCase; used by the css and data modules
|
||||
// Support: IE <=9 - 11, Edge 12 - 15
|
||||
// Microsoft forgot to hump their vendor prefix (#9572)
|
||||
// Microsoft forgot to hump their vendor prefix (trac-9572)
|
||||
function camelCase( string ) {
|
||||
return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue