Skip to content

Commit

Permalink
DataTables v1.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohnstock committed Apr 18, 2017
1 parent 703bad7 commit 83b2597
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 67 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drmonty-datatables",
"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",
"version": "1.10.14",
"version": "1.10.15",
"keywords": [
"select",
"multiselect",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drmonty-datatables",
"repo": "drmonty/datatables",
"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.",
"version": "1.10.14",
"version": "1.10.15",
"homepage": "http://www.datatables.net/",
"licenses": [
{
Expand Down
15 changes: 10 additions & 5 deletions js/jquery.dataTables.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*! DataTables 1.10.14
* ©2008-2016 SpryMedia Ltd - datatables.net/license
/*! DataTables 1.10.15
* ©2008-2017 SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 1.10.14
* @version 1.10.15
* @file jquery.dataTables.js
* @author SpryMedia Ltd
* @contact www.datatables.net
* @copyright Copyright 2008-2016 SpryMedia Ltd.
* @copyright Copyright 2008-2017 SpryMedia Ltd.
*
* This source file is free software, available under the following license:
* MIT license - http://datatables.net/license
Expand Down Expand Up @@ -7142,6 +7142,11 @@
shift: __arrayProto.shift,


slice: function () {
return new _Api( this.context, this );
},


sort: __arrayProto.sort, // ? name - order?


Expand Down Expand Up @@ -9429,7 +9434,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.10.14";
DataTable.version = "1.10.15";

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

0 comments on commit 83b2597

Please sign in to comment.