Skip to content

Commit

Permalink
DataTables 1.9.3 :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Jardine committed Aug 8, 2012
1 parent 660e8cb commit b16efbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions media/js/jquery.dataTables.js
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
/** /**
* @summary DataTables * @summary DataTables
* @description Paginate, search and sort HTML tables * @description Paginate, search and sort HTML tables
* @version 1.9.3.dev * @version 1.9.3
* @file jquery.dataTables.js * @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk) * @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact * @contact www.sprymedia.co.uk/contact
Expand Down Expand Up @@ -6851,7 +6851,7 @@
* @type string * @type string
* @default Version number * @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 * Private data store, containing all of the settings objects that are created for the
Expand Down
4 changes: 2 additions & 2 deletions media/src/DataTables.js
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
/** /**
* @summary DataTables * @summary DataTables
* @description Paginate, search and sort HTML tables * @description Paginate, search and sort HTML tables
* @version 1.9.3.dev * @version 1.9.3
* @file jquery.dataTables.js * @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk) * @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact * @contact www.sprymedia.co.uk/contact
Expand Down Expand Up @@ -93,7 +93,7 @@
* @type string * @type string
* @default Version number * @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 * Private data store, containing all of the settings objects that are created for the
Expand Down

0 comments on commit b16efbc

Please sign in to comment.