Files
2026-02-07 08:23:18 +01:00

15 lines
332 B
JavaScript

/*globals jQuery, define, exports, require, window, document */
(function (factory) {
"use strict";
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
}
else if(typeof exports === 'object') {
factory(require('jquery'));
}
else {
factory(jQuery);
}
}(function ($, undefined) {
"use strict";