1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

DataTables 1.9 beta 1 :-)

This commit is contained in:
Allan Jardine 2011-12-15 16:52:01 +00:00
parent 2f910a4e28
commit 089797b3c3
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.0.dev
* @version 1.9.0.beta.1
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -6430,7 +6430,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.0.dev";
DataTable.version = "1.9.0.beta.1";
/**
* 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.0.dev
* @version 1.9.0.beta.1
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -91,7 +91,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.0.dev";
DataTable.version = "1.9.0.beta.1";
/**
* Private data store, containing all of the settings objects that are created for the