Skip to content

Commit

Permalink
1850eedc5cca4f7e8551c98fc3626b0c62cc6b2a Release 2.3.1 - rebuild 2.3.…
Browse files Browse the repository at this point in the history
…0 release with updated tooling

Sync to source repo @1850eedc5cca4f7e8551c98fc3626b0c62cc6b2a
  • Loading branch information
AllanJard committed Nov 7, 2022
1 parent 2cae5ef commit 8f22dbc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "2.3.0",
"last-sync": "1228db0e02f81a3042bda794769aa3d7647a02ed"
"last-sync": "1850eedc5cca4f7e8551c98fc3626b0c62cc6b2a"
}
1 change: 0 additions & 1 deletion js/buttons.dataTables.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*! DataTables styling wrapper for Buttons
* ©2018 SpryMedia Ltd - datatables.net/license
*/
Expand Down
2 changes: 1 addition & 1 deletion js/buttons.dataTables.min.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! DataTables styling wrapper for Buttons
* ©2018 SpryMedia Ltd - datatables.net/license
*/
import $ from"jquery";import DataTable from"datatables.net-dt";import DataTable from"datatables.net-buttons";!function(a){"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-buttons"],function(t){return a(t,window,document)}):"object"==typeof exports?module.exports=function(t,e){return t=t||window,(e=e&&e.fn.dataTable?e:require("datatables.net-dt")(t,e).$).fn.dataTable.Buttons||require("datatables.net-buttons")(t,e),a(e,0,t.document)}:a(jQuery,window,document)}(function(t,e,a,n){return t.fn.dataTable});export default DataTable;
import $ from"jquery";import DataTable from"datatables.net-dt";import"datatables.net-buttons";!function(a){"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-buttons"],function(t){return a(t,window,document)}):"object"==typeof exports?module.exports=function(t,e){return t=t||window,(e=e&&e.fn.dataTable?e:require("datatables.net-dt")(t,e).$).fn.dataTable.Buttons||require("datatables.net-buttons")(t,e),a(e,0,t.document)}:a(jQuery,window,document)}(function(t,e,a,n){return t.fn.dataTable});export default DataTable;
3 changes: 1 addition & 2 deletions js/buttons.dataTables.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

/*! DataTables styling wrapper for Buttons
* ©2018 SpryMedia Ltd - datatables.net/license
*/

import $ from 'jquery';
import DataTable from 'datatables.net-dt';
import DataTable from 'datatables.net-buttons';
import 'datatables.net-buttons';



Expand Down

0 comments on commit 8f22dbc

Please sign in to comment.