summaryrefslogtreecommitdiff
path: root/src/main/resources/static/plugins/datatables-scroller/js/scroller.bootstrap4.min.js
blob: 312d3338dce963c50098b5a23e441989c6f09817 (plain)
1
2
3
4
5
/*!
 Bootstrap 4 styling wrapper for Scroller
 ©2018 SpryMedia Ltd - datatables.net/license
*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-scroller"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net-bs4")(a,b).$);b.fn.dataTable.Scroller||require("datatables.net-scroller")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});