1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-21 13:29:04 +01:00

Start 1.9.2 development

Fix - docs: sDom default had an error in it for the closing bracket
This commit is contained in:
Allan Jardine 2012-04-27 16:17:22 +01:00
parent 09a9755540
commit 2884ee23d2
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.1
* @version 1.9.2.dev
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -6715,7 +6715,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.1";
DataTable.version = "1.9.2.dev";
/**
* Private data store, containing all of the settings objects that are created for the
@ -9451,7 +9451,7 @@
* @example
* $(document).ready(function() {
* $('#example').dataTable( {
* "sDom": '<"top"i>rt<"bottom"flp><"clear"&lgt;'
* "sDom": '<"top"i>rt<"bottom"flp><"clear">'
* } );
* } );
*/

View File

@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.1
* @version 1.9.2.dev
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -93,7 +93,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.1";
DataTable.version = "1.9.2.dev";
/**
* Private data store, containing all of the settings objects that are created for the

View File

@ -1832,7 +1832,7 @@ DataTable.defaults = {
* @example
* $(document).ready(function() {
* $('#example').dataTable( {
* "sDom": '<"top"i>rt<"bottom"flp><"clear"&lgt;'
* "sDom": '<"top"i>rt<"bottom"flp><"clear">'
* } );
* } );
*/

View File

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