1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-18 16:54:14 +01:00

DataTables 1.9.3 :-)

This commit is contained in:
Allan Jardine 2012-08-08 22:39:39 +01:00
parent 660e8cb374
commit b16efbc62a
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.3.dev
* @version 1.9.3
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -6851,7 +6851,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.3.dev";
DataTable.version = "1.9.3";
/**
* Private data store, containing all of the settings objects that are created for the

View File

@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.3.dev
* @version 1.9.3
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -93,7 +93,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.3.dev";
DataTable.version = "1.9.3";
/**
* Private data store, containing all of the settings objects that are created for the