We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fa58e commit 9780a36Copy full SHA for 9780a36
js/DataTables.js
@@ -1,11 +1,11 @@
1
-/*! DataTables 1.10.10-dev
+/*! DataTables 1.10.10
2
* ©2008-2015 SpryMedia Ltd - datatables.net/license
3
*/
4
5
/**
6
* @summary DataTables
7
* @description Paginate, search and order HTML tables
8
- * @version 1.10.10-dev
+ * @version 1.10.10
9
* @file jquery.dataTables.js
10
* @author SpryMedia Ltd (www.sprymedia.co.uk)
11
* @contact www.sprymedia.co.uk/contact
@@ -170,7 +170,7 @@
170
* @type string
171
* @default Version number
172
173
- DataTable.version = "1.10.10-dev";
+ DataTable.version = "1.10.10";
174
175
176
* Private data store, containing all of the settings objects that are
0 commit comments