datatables.net-select
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,3 +0,3 @@ | ||
/*! Select for DataTables 1.1.1-dev | ||
* 2015 SpryMedia Ltd - datatables.net/license/mit | ||
/*! Select for DataTables 1.1.2 | ||
* 2015-2016 SpryMedia Ltd - datatables.net/license/mit | ||
*/ | ||
@@ -9,7 +9,7 @@ | ||
* that provides selection options of the items in a DataTable | ||
* @version 1.1.1-dev | ||
* @version 1.1.2 | ||
* @file dataTables.select.js | ||
* @author SpryMedia Ltd (www.sprymedia.co.uk) | ||
* @contact datatables.net/forums | ||
* @copyright Copyright 2015 SpryMedia Ltd. | ||
* @copyright Copyright 2015-2016 SpryMedia Ltd. | ||
* | ||
@@ -58,7 +58,7 @@ * This source file is free software, available under the following license: | ||
DataTable.select.version = '1.1.1-dev'; | ||
DataTable.select.version = '1.1.2'; | ||
DataTable.select.init = function ( dt ) { | ||
var ctx = dt.settings()[0]; | ||
var init = settings.oInit.select; | ||
var init = ctx.oInit.select; | ||
var defaults = DataTable.defaults.select; | ||
@@ -65,0 +65,0 @@ var opts = init === undefined ? |
{ | ||
"name": "datatables.net-select", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Select for DataTables ", | ||
@@ -5,0 +5,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32514