Skip to content

Commit

Permalink
Added modified tests for stateLoad/stateSave
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Jardine committed Dec 2, 2016
1 parent 417a9cf commit 7df2019
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .datatables-commit-sync
@@ -1 +1 @@
e18054b70d348c8f59718a3642be31597ce661c9
dc2dbec679595cbeaba0a75a36072b2f2c5465f7
8 changes: 4 additions & 4 deletions media/js/jquery.dataTables.js
@@ -1,11 +1,11 @@
/*! DataTables 1.10.13-dev
/*! DataTables 1.10.12
* ©2008-2015 SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 1.10.13-dev
* @version 1.10.12
* @file jquery.dataTables.js
* @author SpryMedia Ltd (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
Expand Down Expand Up @@ -1325,8 +1325,8 @@
if ( oInit.bStateSave )
{
features.bStateSave = true;
_fnCallbackReg( oSettings, 'aoDrawCallback', _fnSaveState, 'state_save' );
_fnLoadState( oSettings, oInit, loadedInit );
_fnCallbackReg( oSettings, 'aoDrawCallback', _fnSaveState, 'state_save' );
}
else {
loadedInit();
Expand Down Expand Up @@ -9382,7 +9382,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.10.13-dev";
DataTable.version = "1.10.12";

/**
* Private data store, containing all of the settings objects that are
Expand Down

0 comments on commit 7df2019

Please sign in to comment.