1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

DataTables 1.9.4

This commit is contained in:
Allan Jardine 2012-09-23 14:16:14 +01:00
parent 26d2926390
commit 822c62d05d
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "DataTables", "name": "DataTables",
"version": "1.9.4.dev", "version": "1.9.4",
"main": [ "main": [
"./media/js/jquery.dataTables.js", "./media/js/jquery.dataTables.js",
"./media/css/jquery.dataTables.css", "./media/css/jquery.dataTables.css",

View File

@ -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.4.dev * @version 1.9.4
* @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
@ -5623,7 +5623,7 @@
for ( var i=0, iLen=n.length ; i<iLen ; i++ ) for ( var i=0, iLen=n.length ; i<iLen ; i++ )
{ {
// IE9 throws an 'unknown error' if document.activeElement is used // IE9 throws an 'unknown error' if document.activeElement is used
// inside an iframe... // inside an iframe or frame...
try { try {
if ( n[i]._DT_Input != document.activeElement ) if ( n[i]._DT_Input != document.activeElement )
{ {
@ -6904,7 +6904,7 @@
* @type string * @type string
* @default Version number * @default Version number
*/ */
DataTable.version = "1.9.4.dev"; DataTable.version = "1.9.4";
/** /**
* 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
@ -12095,5 +12095,5 @@
*/ */
})); }));
}( window, document)); }(window, document));

View File

@ -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.4.dev * @version 1.9.4
* @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
@ -114,7 +114,7 @@
* @type string * @type string
* @default Version number * @default Version number
*/ */
DataTable.version = "1.9.4.dev"; DataTable.version = "1.9.4";
/** /**
* 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
@ -280,5 +280,5 @@
*/ */
})); }));
}( window, document)); }(window, document));

View File

@ -1,6 +1,6 @@
{ {
"name": "DataTables", "name": "DataTables",
"version": "1.9.4.dev", "version": "1.9.4",
"title": "DataTables", "title": "DataTables",
"author": { "author": {
"name": "Allan Jardine", "name": "Allan Jardine",