Skip to content

Commit

Permalink
Start 1.9.2 development
Browse files Browse the repository at this point in the history
Fix - docs: sDom default had an error in it for the closing bracket
  • Loading branch information
Allan Jardine committed Apr 27, 2012
1 parent 09a9755 commit 2884ee2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions media/js/jquery.dataTables.js
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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">'
* } );
* } );
*/
Expand Down
4 changes: 2 additions & 2 deletions media/src/DataTables.js
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion media/src/model/model.defaults.js
Expand Up @@ -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">'
* } );
* } );
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "DataTables",
"version": "1.9.1",
"version": "1.9.2.dev",
"title": "DataTables",
"author": {
"name": "Allan Jardine",
Expand Down

0 comments on commit 2884ee2

Please sign in to comment.