mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-28 10:24:10 +01:00
Dev: Moving on to 1.10.0-beta.2.dev
This commit is contained in:
parent
36f2c2a7d6
commit
83f30cec8f
@ -1 +1 @@
|
|||||||
ca6a0a8922b555bde0e8416ede8af34b44082df2
|
38e760a00f96112e374d286ba7302065abc07733
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datatables",
|
"name": "datatables",
|
||||||
"version": "1.10.0-beta.1",
|
"version": "1.10.0-beta.2.dev",
|
||||||
"main": [
|
"main": [
|
||||||
"media/js/jquery.dataTables.js",
|
"media/js/jquery.dataTables.js",
|
||||||
"media/css/jquery.dataTables.css"
|
"media/css/jquery.dataTables.css"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datatables/datatables",
|
"name": "datatables/datatables",
|
||||||
"version": "1.10.0-beta.1",
|
"version": "1.10.0-beta.2.dev",
|
||||||
"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.",
|
"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/",
|
"homepage": "http://www.datatables.net/",
|
||||||
"author": "SpryMedia",
|
"author": "SpryMedia",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DataTables",
|
"name": "DataTables",
|
||||||
"version": "1.10.0-beta.1",
|
"version": "1.10.0-beta.2.dev",
|
||||||
"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.",
|
"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/",
|
"homepage": "http://datatables.net/",
|
||||||
"docs": "http://datatables.net/",
|
"docs": "http://datatables.net/",
|
||||||
|
6
media/js/jquery.dataTables.js
vendored
6
media/js/jquery.dataTables.js
vendored
@ -1,11 +1,11 @@
|
|||||||
/*! DataTables 1.10.0-beta.1
|
/*! DataTables 1.10.0-beta.2.dev
|
||||||
* ©2008-2014 SpryMedia Ltd - datatables.net/license
|
* ©2008-2014 SpryMedia Ltd - datatables.net/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @summary DataTables
|
* @summary DataTables
|
||||||
* @description Paginate, search and order HTML tables
|
* @description Paginate, search and order HTML tables
|
||||||
* @version 1.10.0-beta.1
|
* @version 1.10.0-beta.2.dev
|
||||||
* @file jquery.dataTables.js
|
* @file jquery.dataTables.js
|
||||||
* @author SpryMedia Ltd (www.sprymedia.co.uk)
|
* @author SpryMedia Ltd (www.sprymedia.co.uk)
|
||||||
* @contact www.sprymedia.co.uk/contact
|
* @contact www.sprymedia.co.uk/contact
|
||||||
@ -8652,7 +8652,7 @@
|
|||||||
* @type string
|
* @type string
|
||||||
* @default Version number
|
* @default Version number
|
||||||
*/
|
*/
|
||||||
DataTable.version = "1.10.0-beta.1";
|
DataTable.version = "1.10.0-beta.2.dev";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Private data store, containing all of the settings objects that are
|
* Private data store, containing all of the settings objects that are
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DataTables",
|
"name": "DataTables",
|
||||||
"version": "1.10.0-beta.1",
|
"version": "1.10.0-beta.2.dev",
|
||||||
"title": "DataTables",
|
"title": "DataTables",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Allan Jardine",
|
"name": "Allan Jardine",
|
||||||
|
Loading…
Reference in New Issue
Block a user