Skip to content

Commit 83b2597

Browse files
committed
DataTables v1.10.15
1 parent 703bad7 commit 83b2597

File tree

5 files changed

+72
-67
lines changed

5 files changed

+72
-67
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "drmonty-datatables",
33
"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.",
44
"homepage": "http://datatables.net",
5-
"version": "1.10.14",
5+
"version": "1.10.15",
66
"keywords": [
77
"select",
88
"multiselect",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "drmonty-datatables",
33
"repo": "drmonty/datatables",
44
"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.",
5-
"version": "1.10.14",
5+
"version": "1.10.15",
66
"homepage": "http://www.datatables.net/",
77
"licenses": [
88
{

js/jquery.dataTables.js

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
/*! DataTables 1.10.14
2-
* ©2008-2016 SpryMedia Ltd - datatables.net/license
1+
/*! DataTables 1.10.15
2+
* ©2008-2017 SpryMedia Ltd - datatables.net/license
33
*/
44

55
/**
66
* @summary DataTables
77
* @description Paginate, search and order HTML tables
8-
* @version 1.10.14
8+
* @version 1.10.15
99
* @file jquery.dataTables.js
1010
* @author SpryMedia Ltd
1111
* @contact www.datatables.net
12-
* @copyright Copyright 2008-2016 SpryMedia Ltd.
12+
* @copyright Copyright 2008-2017 SpryMedia Ltd.
1313
*
1414
* This source file is free software, available under the following license:
1515
* MIT license - http://datatables.net/license
@@ -7142,6 +7142,11 @@
71427142
shift: __arrayProto.shift,
71437143

71447144

7145+
slice: function () {
7146+
return new _Api( this.context, this );
7147+
},
7148+
7149+
71457150
sort: __arrayProto.sort, // ? name - order?
71467151

71477152

@@ -9429,7 +9434,7 @@
94299434
* @type string
94309435
* @default Version number
94319436
*/
9432-
DataTable.version = "1.10.14";
9437+
DataTable.version = "1.10.15";
94339438

94349439
/**
94359440
* Private data store, containing all of the settings objects that are

0 commit comments

Comments
 (0)