Skip to content
Snippets Groups Projects
Commit 30063228 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2485605 by ram4nd, iMiksu: Update jquery.once to 2.0.1

parent 3a65c26f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
/*! /*!
* jQuery Once v2.0.0 - http://github.com/robloach/jquery-once * jQuery Once v2.0.1 - http://github.com/robloach/jquery-once
* @license MIT, GPL-2.0 * @license MIT, GPL-2.0
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* http://opensource.org/licenses/GPL-2.0 * http://opensource.org/licenses/GPL-2.0
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
/** /**
* Ensures that the given ID is valid, returning "once" if one is not given. * Ensures that the given ID is valid, returning "once" if one is not given.
* *
* @param {string} [id="once"] * @param {string} [id=once]
* A string representing the ID to check. Defaults to `"once"`. * A string representing the ID to check. Defaults to `"once"`.
* *
* @returns The valid ID name. * @returns The valid ID name.
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
/** /**
* Filter elements that have yet to be processed by the given data ID. * Filter elements that have yet to be processed by the given data ID.
* *
* @param {string} [id="once"] * @param {string} [id=once]
* The data ID used to determine whether the given elements have already * The data ID used to determine whether the given elements have already
* been processed or not. Defaults to `"once"`. * been processed or not. Defaults to `"once"`.
* *
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
/** /**
* Removes the once data from elements, based on the given ID. * Removes the once data from elements, based on the given ID.
* *
* @param {string} [id="once"] * @param {string} [id=once]
* A string representing the name of the data ID which should be used when * A string representing the name of the data ID which should be used when
* filtering the elements. This only filters elements that have already been * filtering the elements. This only filters elements that have already been
* processed by the once function. The ID should be the same ID that was * processed by the once function. The ID should be the same ID that was
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
/** /**
* Filters elements that have already been processed once. * Filters elements that have already been processed once.
* *
* @param {string} [id="once"] * @param {string} [id=once]
* A string representing the name of the data id which should be used when * A string representing the name of the data id which should be used when
* filtering the elements. This only filters elements that have already * filtering the elements. This only filters elements that have already
* been processed by the once function. The id should be the same id that * been processed by the once function. The id should be the same id that
......
/*! /*!
* jQuery Once v2.0.0 - http://github.com/robloach/jquery-once * jQuery Once v2.0.1 - http://github.com/robloach/jquery-once
* @license MIT, GPL-2.0 * @license MIT, GPL-2.0
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* http://opensource.org/licenses/GPL-2.0 * http://opensource.org/licenses/GPL-2.0
......
...@@ -384,10 +384,10 @@ jquery.joyride: ...@@ -384,10 +384,10 @@ jquery.joyride:
jquery.once: jquery.once:
remote: https://github.com/RobLoach/jquery-once remote: https://github.com/RobLoach/jquery-once
version: "2.0.0" version: "2.0.1"
license: license:
name: GNU-GPL-2.0-or-later name: GNU-GPL-2.0-or-later
url: https://github.com/RobLoach/jquery-once/blob/master/LICENSE.md url: https://github.com/RobLoach/jquery-once/blob/2.0.1/LICENSE.md
gpl-compatible: true gpl-compatible: true
js: js:
assets/vendor/jquery-once/jquery.once.min.js: { weight: -19, minified: true } assets/vendor/jquery-once/jquery.once.min.js: { weight: -19, minified: true }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment