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

Dev: Remove debug line

This commit is contained in:
Allan Jardine 2014-10-09 16:21:24 +01:00
parent 9fa68d564f
commit 0d92daf10f
7 changed files with 6 additions and 7 deletions

View File

@ -1 +1 @@
4698c4c565534305ee007b14762f9c0528b47046
9339a81d180d079fb9729a0f2f52e0d176723d5f

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "datatables/datatables",
"version": "1.10.3-dev",
"version": "1.10.3",
"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.3-dev",
"version": "1.10.3",
"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

@ -310,7 +310,6 @@
newKey = key.replace( match[0], match[2].toLowerCase() );
map[ newKey ] = key;
//console.log( key, match );
if ( match[1] === 'o' )
{
_fnHungarianMap( o[key] );

View File

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

View File

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