Skip to content

Commit

Permalink
b231df3c8fdf73ee04bcd2a6b75bb94e94322a74
Browse files Browse the repository at this point in the history
Sync to source repo @b231df3c8fdf73ee04bcd2a6b75bb94e94322a74
  • Loading branch information
Allan Jardine committed Sep 8, 2021
1 parent 46aa22b commit 691e7fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"types/types.d.ts"
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "1.11.1"
}
"last-tag": "1.11.1",
"last-sync": "b231df3c8fdf73ee04bcd2a6b75bb94e94322a74"
}
10 changes: 5 additions & 5 deletions js/jquery.dataTables.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*! DataTables 1.11.0
/*! DataTables 1.11.1
* ©2008-2021 SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 1.11.0
* @version 1.11.1
* @file jquery.dataTables.js
* @author SpryMedia Ltd
* @contact www.datatables.net
Expand Down Expand Up @@ -1094,8 +1094,8 @@
dataType: 'json',
url: oLanguage.sUrl,
success: function ( json ) {
_fnLanguageCompat( json );
_fnCamelToHungarian( defaults.oLanguage, json );
_fnLanguageCompat( json );
$.extend( true, oLanguage, json );

_fnCallbackFire( oSettings, null, 'i18n', [oSettings]);
Expand Down Expand Up @@ -5395,7 +5395,7 @@

// Read all widths in next pass
_fnApplyToChildren( function(nSizer) {
let style = window.getComputedStyle ?
var style = window.getComputedStyle ?
window.getComputedStyle(nSizer).width :
_fnStringToCss( $(nSizer).width() );

Expand Down Expand Up @@ -9578,7 +9578,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.11.0";
DataTable.version = "1.11.1";

/**
* Private data store, containing all of the settings objects that are
Expand Down
6 changes: 3 additions & 3 deletions js/jquery.dataTables.min.js

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

0 comments on commit 691e7fc

Please sign in to comment.