1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-25 03:30:30 +02:00

Revert changes on some comments

This commit is contained in:
Yohann D'ANELLO
2020-04-19 20:45:59 +02:00
parent 8113c5cd61
commit 69ac5cd291
6 changed files with 12 additions and 12 deletions

View File

@ -10310,7 +10310,7 @@ jQuery.isNumeric = function( obj ) {
// Register as a named AMD module, since jQuery can be concatenated with other
// forms that may use define, but not via a proper concatenation script that
// files that may use define, but not via a proper concatenation script that
// understands anonymous AMD modules. A named AMD is safest and most robust
// way to register. Lowercase jquery is used because AMD module names are
// derived from file names, and jQuery is normally delivered in a lowercase

View File

@ -23,7 +23,7 @@
var S2 =
(function () {
// Restore the Select2 AMD loader so it can be used
// Needed mostly in the language forms, where the loader is not inserted
// Needed mostly in the language files, where the loader is not inserted
if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) {
var S2 = jQuery.fn.select2.amd;
}
@ -4774,7 +4774,7 @@ S2.define('select2/defaults',[
} catch (ex) {
// The translation could not be loaded at all. Sometimes this is
// because of a configuration problem, other times this can be
// because of how Select2 helps load all possible translation forms.
// because of how Select2 helps load all possible translation files.
if (options.debug && window.console && console.warn) {
console.warn(
'Select2: The language file for "' + name + '" could not be ' +
@ -6428,7 +6428,7 @@ S2.define('jquery.select2',[
// Hold the AMD module references on the jQuery function that was just loaded
// This allows Select2 to use the internal loader outside of this file, such
// as in the language forms.
// as in the language files.
jQuery.fn.select2.amd = S2;
// Return the Select2 instance for anyone who is importing it.

File diff suppressed because one or more lines are too long