Skip to content

Commit c5d1afb

Browse files
author
dtbuild
committed
d8c8900fbafa42a90aec216397ebf13095c10a20 Release 2.1.5
Sync to source repo @d8c8900fbafa42a90aec216397ebf13095c10a20
1 parent 1470279 commit c5d1afb

5 files changed

+10
-10
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
],
1212
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1313
"last-tag": "2.1.4",
14-
"last-sync": "e6d7805c8832066ecf8917d9f42e67bb74ba03a3"
14+
"last-sync": "d8c8900fbafa42a90aec216397ebf13095c10a20"
1515
}

js/dataTables.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*! DataTables 2.1.4
1+
/*! DataTables 2.1.5
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

55
/**
66
* @summary DataTables
77
* @description Paginate, search and order HTML tables
8-
* @version 2.1.4
8+
* @version 2.1.5
99
* @author SpryMedia Ltd
1010
* @contact www.datatables.net
1111
* @copyright SpryMedia Ltd.
@@ -9860,7 +9860,7 @@
98609860
* @type string
98619861
* @default Version number
98629862
*/
9863-
DataTable.version = "2.1.4";
9863+
DataTable.version = "2.1.5";
98649864

98659865
/**
98669866
* Private data store, containing all of the settings objects that are

js/dataTables.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dataTables.min.mjs

+2-2
Large diffs are not rendered by default.

js/dataTables.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! DataTables 2.1.4
1+
/*! DataTables 2.1.5
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -9807,7 +9807,7 @@ _api_register( 'i18n()', function ( token, def, plural ) {
98079807
* @type string
98089808
* @default Version number
98099809
*/
9810-
DataTable.version = "2.1.4";
9810+
DataTable.version = "2.1.5";
98119811

98129812
/**
98139813
* Private data store, containing all of the settings objects that are

0 commit comments

Comments
 (0)