Skip to content

Commit 9de397c

Browse files
author
dtbuild
committed
3d3ec505980c07660cb6e2d4cec16d944c341810 Examples: DataTables wasn't being listed in the files loaded in the examples on the site
eaf09aaf58317af4bd738ddef480fd4aa5945d64 Release 2.1.2 Sync to source repo @eaf09aaf58317af4bd738ddef480fd4aa5945d64
1 parent 5c6e095 commit 9de397c

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.0",
14-
"last-sync": "1804bb61127d84e947bf19f34ac9916e75e86cda"
14+
"last-sync": "eaf09aaf58317af4bd738ddef480fd4aa5945d64"
1515
}

js/dataTables.js

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

55
/**
66
* @summary DataTables
77
* @description Paginate, search and order HTML tables
8-
* @version 2.1.0
8+
* @version 2.1.2
99
* @author SpryMedia Ltd
1010
* @contact www.datatables.net
1111
* @copyright SpryMedia Ltd.
@@ -9804,7 +9804,7 @@
98049804
* @type string
98059805
* @default Version number
98069806
*/
9807-
DataTable.version = "2.1.0";
9807+
DataTable.version = "2.1.2";
98089808

98099809
/**
98109810
* 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.0
1+
/*! DataTables 2.1.2
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -9751,7 +9751,7 @@ _api_register( 'i18n()', function ( token, def, plural ) {
97519751
* @type string
97529752
* @default Version number
97539753
*/
9754-
DataTable.version = "2.1.0";
9754+
DataTable.version = "2.1.2";
97559755

97569756
/**
97579757
* Private data store, containing all of the settings objects that are

0 commit comments

Comments
 (0)