mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
Update node modules
This commit is contained in:
parent
52a013772f
commit
09d8558456
858 changed files with 5466 additions and 544833 deletions
12
node_modules/jquery-ui/ui/widgets/button.js
generated
vendored
12
node_modules/jquery-ui/ui/widgets/button.js
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery UI Button 1.13.3
|
||||
* jQuery UI Button 1.14.0
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -42,7 +42,7 @@
|
|||
"use strict";
|
||||
|
||||
$.widget( "ui.button", {
|
||||
version: "1.13.3",
|
||||
version: "1.14.0",
|
||||
defaultElement: "<button>",
|
||||
options: {
|
||||
classes: {
|
||||
|
@ -109,9 +109,9 @@ $.widget( "ui.button", {
|
|||
if ( event.keyCode === $.ui.keyCode.SPACE ) {
|
||||
event.preventDefault();
|
||||
|
||||
// Support: PhantomJS <= 1.9, IE 8 Only
|
||||
// If a native click is available use it so we actually cause navigation
|
||||
// otherwise just trigger a click event
|
||||
// If a native click is available use it, so we
|
||||
// actually cause navigation. Otherwise, just trigger
|
||||
// a click event.
|
||||
if ( this.element[ 0 ].click ) {
|
||||
this.element[ 0 ].click();
|
||||
} else {
|
||||
|
@ -287,7 +287,7 @@ $.widget( "ui.button", {
|
|||
} );
|
||||
|
||||
// DEPRECATED
|
||||
if ( $.uiBackCompat !== false ) {
|
||||
if ( $.uiBackCompat === true ) {
|
||||
|
||||
// Text and Icons options
|
||||
$.widget( "ui.button", $.ui.button, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue