Skip to content

Commit

Permalink
10dacba3ab69306f27acd2d1eeeaafab3f2ed4d2 Fix: Tidy up dates for copyr…
Browse files Browse the repository at this point in the history
…ight message in integration files

Sync to source repo @10dacba3ab69306f27acd2d1eeeaafab3f2ed4d2
  • Loading branch information
dtbuild committed Apr 17, 2024
1 parent f6b82d9 commit ef1e1cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "2.0.4",
"last-sync": "537375f01a4bd4fe342dfe8e1e3bb31ccd6d036d"
"last-sync": "10dacba3ab69306f27acd2d1eeeaafab3f2ed4d2"
}
2 changes: 1 addition & 1 deletion js/dataTables.dataTables.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! DataTables styling integration
* ©2018 SpryMedia Ltd - datatables.net/license
* © SpryMedia Ltd - datatables.net/license
*/

(function( factory ){
Expand Down
2 changes: 1 addition & 1 deletion js/dataTables.dataTables.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dataTables.dataTables.min.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! DataTables styling integration
* ©2018 SpryMedia Ltd - datatables.net/license
* © SpryMedia Ltd - datatables.net/license
*/
import jQuery from"jquery";import DataTable from"datatables.net";let $=jQuery;export default DataTable;
2 changes: 1 addition & 1 deletion js/dataTables.dataTables.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! DataTables styling integration
* ©2018 SpryMedia Ltd - datatables.net/license
* © SpryMedia Ltd - datatables.net/license
*/

import jQuery from 'jquery';
Expand Down

0 comments on commit ef1e1cc

Please sign in to comment.