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

Dev: Tests for the cell invalidation update

This commit is contained in:
Allan Jardine 2014-11-07 15:17:14 +00:00
parent 24761003f3
commit f4d1495a2c
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
0c381c65efaf8cdd5f9106dc0d73507a01400dfa
6c13e6a1bb4acb60c7a858c701b5601ac22030ad

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "datatables/datatables",
"version": "1.10.4-dev",
"version": "1.10.4",
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
"homepage": "http://www.datatables.net/",
"author": "SpryMedia",

View File

@ -1,6 +1,6 @@
{
"name": "DataTables",
"version": "1.10.4-dev",
"version": "1.10.4",
"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
"homepage": "http://datatables.net/",
"docs": "http://datatables.net/",

View File

@ -1,4 +1,4 @@
/*! DataTables 1.10.4-dev
/*! DataTables 1.10.4
* ©2008-2014 SpryMedia Ltd - datatables.net/license
*/
(function(Da,P,l){var O=function(g){function V(a){var b,c,e={};g.each(a,function(d){if((b=d.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=d.replace(b[0],b[2].toLowerCase()),e[c]=d,"o"===b[1]&&V(a[d])});a._hungarianMap=e}function G(a,b,c){a._hungarianMap||V(a);var e;g.each(b,function(d){e=a._hungarianMap[d];if(e!==l&&(c||b[e]===l))"o"===e.charAt(0)?(b[e]||(b[e]={}),g.extend(!0,b[e],b[d]),G(a[e],b[e],c)):b[e]=b[d]})}function O(a){var b=p.defaults.oLanguage,c=a.sZeroRecords;

View File

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