datatables.net-rowreorder-jqui
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "datatables.net-rowreorder-jqui", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "RowReorder for DataTables with styling for [jQuery UI](http://jqueryui.com/)", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -22,3 +22,3 @@ # RowReorder for DataTables with styling for [jQuery UI](http://jqueryui.com/) | ||
var $ = require( 'jquery' ); | ||
require( 'datatables.net-rowreorder-jqui' )( $ ); | ||
require( 'datatables.net-rowreorder-jqui' )( 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
3374
19