1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00

Update node modules

This commit is contained in:
Daniel Neto 2024-09-09 23:54:57 -03:00
parent 52a013772f
commit 09d8558456
858 changed files with 5466 additions and 544833 deletions

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Blind 1.13.3
* jQuery UI Effects Blind 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Bounce 1.13.3
* jQuery UI Effects Bounce 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Clip 1.13.3
* jQuery UI Effects Clip 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Drop 1.13.3
* jQuery UI Effects Drop 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Explode 1.13.3
* jQuery UI Effects Explode 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Fade 1.13.3
* jQuery UI Effects Fade 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Fold 1.13.3
* jQuery UI Effects Fold 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Highlight 1.13.3
* jQuery UI Effects Highlight 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Puff 1.13.3
* jQuery UI Effects Puff 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Pulsate 1.13.3
* jQuery UI Effects Pulsate 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Scale 1.13.3
* jQuery UI Effects Scale 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Shake 1.13.3
* jQuery UI Effects Shake 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Size 1.13.3
* jQuery UI Effects Size 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Slide 1.13.3
* jQuery UI Effects Slide 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI Effects Transfer 1.13.3
* jQuery UI Effects Transfer 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@ -33,7 +33,7 @@
"use strict";
var effect;
if ( $.uiBackCompat !== false ) {
if ( $.uiBackCompat === true ) {
effect = $.effects.define( "transfer", function( options, done ) {
$( this ).transfer( options, done );
} );