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 093bab6 commit cceaebbCopy full SHA for cceaebb
js/DataTables.js
@@ -1,11 +1,11 @@
1
-/*! DataTables 1.10.4-dev
+/*! DataTables 1.10.4
2
* ©2008-2014 SpryMedia Ltd - datatables.net/license
3
*/
4
5
/**
6
* @summary DataTables
7
* @description Paginate, search and order HTML tables
8
- * @version 1.10.4-dev
+ * @version 1.10.4
9
* @file jquery.dataTables.js
10
* @author SpryMedia Ltd (www.sprymedia.co.uk)
11
* @contact www.sprymedia.co.uk/contact
@@ -157,7 +157,7 @@
157
* @type string
158
* @default Version number
159
160
- DataTable.version = "1.10.4-dev";
+ DataTable.version = "1.10.4";
161
162
163
* Private data store, containing all of the settings objects that are
0 commit comments