| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/linkabili/node_modules/modernizr/src/ |
Upload File : |
define(['ModernizrProto'], function(ModernizrProto) {
var err = function() {};
var warn = function() {};
if (window.console) {
err = function() {
var method = console.error ? 'error' : 'log';
window.console[method].apply(window.console, Array.prototype.slice.call(arguments));
};
warn = function() {
var method = console.warn ? 'warn' : 'log';
window.console[method].apply(window.console, Array.prototype.slice.call(arguments));
};
}
/**
* Previously, Modernizr.load was an alias for yepnope. Since yepnope was
* deprecated, we removed it as well. It is not available on the website builder,
* this is only included as an improved warning to those who build a custom
* version locally.
*
* @memberOf Modernizr
* @name Modernizr.load
* @function load
* @returns {void}
*/
ModernizrProto.load = function() {
if ('yepnope' in window) {
warn('yepnope.js (aka Modernizr.load) is no longer included as part of Modernizr. yepnope appears to be available on the page, so we’ll use it to handle this call to Modernizr.load, but please update your code to use yepnope directly.\n See http://github.com/Modernizr/Modernizr/issues/1182 for more information.');
window.yepnope.apply(window, [].slice.call(arguments, 0));
} else {
err('yepnope.js (aka Modernizr.load) is no longer included as part of Modernizr. Get it from http://yepnopejs.com. See http://github.com/Modernizr/Modernizr/issues/1182 for more information.');
}
};
});