mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Update node modules
This commit is contained in:
parent
52a013772f
commit
09d8558456
858 changed files with 5466 additions and 544833 deletions
5
node_modules/jquery-ui/ui/form-reset-mixin.js
generated
vendored
5
node_modules/jquery-ui/ui/form-reset-mixin.js
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery UI Form Reset Mixin 1.13.3
|
||||
* jQuery UI Form Reset Mixin 1.14.0
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -20,7 +20,6 @@
|
|||
// AMD. Register as an anonymous module.
|
||||
define( [
|
||||
"jquery",
|
||||
"./form",
|
||||
"./version"
|
||||
], factory );
|
||||
} else {
|
||||
|
@ -45,7 +44,7 @@ return $.ui.formResetMixin = {
|
|||
},
|
||||
|
||||
_bindFormResetHandler: function() {
|
||||
this.form = this.element._form();
|
||||
this.form = $( this.element.prop( "form" ) );
|
||||
if ( !this.form.length ) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue