mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use shared slideshow
This commit is contained in:
parent
ce8bc1a2f6
commit
619d81ee23
86 changed files with 18787 additions and 2233 deletions
17
dashboard-ui/bower_components/Swiper/src/js/wrap-start-umd.js
vendored
Normal file
17
dashboard-ui/bower_components/Swiper/src/js/wrap-start-umd.js
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
(function (root, factory) {
|
||||
'use strict';
|
||||
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module.
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require('jquery'));
|
||||
} else {
|
||||
// Browser globals (root is window)
|
||||
root.Swiper = factory(root.jQuery);
|
||||
}
|
||||
}(this, function ($) {
|
||||
'use strict';
|
Loading…
Add table
Add a link
Reference in a new issue