-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1850eedc5cca4f7e8551c98fc3626b0c62cc6b2a Release 2.3.1 - rebuild 2.3.…
…0 release with updated tooling Sync to source repo @1850eedc5cca4f7e8551c98fc3626b0c62cc6b2a
- Loading branch information
Showing
4 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters