datatables.net-select-bs
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "datatables.net-select-bs", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Select for DataTables with styling for [Bootstrap](http://getbootstrap.com/)", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -22,3 +22,3 @@ # Select for DataTables with styling for [Bootstrap](http://getbootstrap.com/) | ||
var $ = require( 'jquery' ); | ||
require( 'datatables.net-select-bs' )( $ ); | ||
require( 'datatables.net-select-bs' )( window, $ ); | ||
``` | ||
@@ -25,0 +25,0 @@ |
Sorry, the diff of this file is not supported yet
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
7372