use shared slideshow
This commit is contained in:
parent
c959aa01a2
commit
3eec24c917
86 changed files with 18787 additions and 2233 deletions
13
dashboard-ui/bower_components/Swiper/src/js/amd.js
vendored
Normal file
13
dashboard-ui/bower_components/Swiper/src/js/amd.js
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*===========================
|
||||
Swiper AMD Export
|
||||
===========================*/
|
||||
if (typeof(module) !== 'undefined')
|
||||
{
|
||||
module.exports = window.Swiper;
|
||||
}
|
||||
else if (typeof define === 'function' && define.amd) {
|
||||
define([], function () {
|
||||
'use strict';
|
||||
return window.Swiper;
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue