datatables.net-buttons-dt
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -31,7 +31,6 @@ /*! DataTables styling wrapper for Buttons | ||
if ( ! $.fn.dataTable ) { | ||
if ( ! $.fn.dataTable.Buttons ) { | ||
require('datatables.net-buttons')(root, $); | ||
} | ||
return factory( $, root, root.document ); | ||
@@ -38,0 +37,0 @@ }; |
/*! DataTables styling wrapper for Buttons | ||
* ©2018 SpryMedia Ltd - datatables.net/license | ||
*/ | ||
!function(n){"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-buttons"],function(e){return n(e,window,document)}):"object"==typeof exports?module.exports=function(e,t){return e=e||window,(t=t||("undefined"!=typeof window?require("jquery"):require("jquery")(e))).fn.dataTable||require("datatables.net-dt")(e,t),t.fn.dataTable||require("datatables.net-buttons")(e,t),n(t,e,e.document)}:n(jQuery,window,document)}(function(e,n,t,a){"use strict";var u,e=e.fn.dataTable;return u=function(e,t,n,a){return e.fn.dataTable},"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-buttons"],function(e){return u(e)}):"object"==typeof exports?module.exports=function(e,t){return e=e||n,(t=t&&t.fn.dataTable?t:require("datatables.net-dt")(e,t).$).fn.dataTable.Buttons||require("datatables.net-buttons")(e,t),u(t,0,e.document)}:u(jQuery),e}); | ||
!function(n){"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-buttons"],function(e){return n(e,window,document)}):"object"==typeof exports?module.exports=function(e,t){return e=e||window,(t=t||("undefined"!=typeof window?require("jquery"):require("jquery")(e))).fn.dataTable||require("datatables.net-dt")(e,t),t.fn.dataTable.Buttons||require("datatables.net-buttons")(e,t),n(t,e,e.document)}:n(jQuery,window,document)}(function(e,n,t,a){"use strict";var u,e=e.fn.dataTable;return u=function(e,t,n,a){return e.fn.dataTable},"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-buttons"],function(e){return u(e)}):"object"==typeof exports?module.exports=function(e,t){return e=e||n,(t=t&&t.fn.dataTable?t:require("datatables.net-dt")(e,t).$).fn.dataTable.Buttons||require("datatables.net-buttons")(e,t),u(t,0,e.document)}:u(jQuery),e}); |
@@ -8,3 +8,3 @@ { | ||
"types": "./types/types.d.ts", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"files": [ | ||
@@ -11,0 +11,0 @@ "css/**/*.css", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52375