datatables.net-rowreorder-jqui
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -8,3 +8,3 @@ /*! jQuery UI styling wrapper for RowReorder | ||
// AMD | ||
define( ['jquery', 'datatables.net-ju', 'datatables.net-rowreorder'], function ( $ ) { | ||
define( ['jquery', 'datatables.net-jqui', 'datatables.net-rowreorder'], function ( $ ) { | ||
return factory( $, window, document ); | ||
@@ -29,10 +29,9 @@ } ); | ||
if ( ! $.fn.dataTable ) { | ||
require('datatables.net-ju')(root, $); | ||
require('datatables.net-jqui')(root, $); | ||
} | ||
if ( ! $.fn.dataTable ) { | ||
if ( ! $.fn.dataTable.RowReorder ) { | ||
require('datatables.net-rowreorder')(root, $); | ||
} | ||
return factory( $, root, root.document ); | ||
@@ -39,0 +38,0 @@ }; |
/*! jQuery UI styling wrapper for RowReorder | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
!function(n){"function"==typeof define&&define.amd?define(["jquery","datatables.net-ju","datatables.net-rowreorder"],function(e){return n(e,window,document)}):"object"==typeof exports?module.exports=function(e,t){return e=e||window,(t=t||("undefined"!=typeof window?require("jquery"):require("jquery")(e))).fn.dataTable||require("datatables.net-ju")(e,t),t.fn.dataTable||require("datatables.net-rowreorder")(e,t),n(t,0,e.document)}:n(jQuery,window,document)}(function(e,t,n,r){"use strict";return e.fn.dataTable}); | ||
!function(n){"function"==typeof define&&define.amd?define(["jquery","datatables.net-jqui","datatables.net-rowreorder"],function(e){return n(e,window,document)}):"object"==typeof exports?module.exports=function(e,t){return e=e||window,(t=t||("undefined"!=typeof window?require("jquery"):require("jquery")(e))).fn.dataTable||require("datatables.net-jqui")(e,t),t.fn.dataTable.RowReorder||require("datatables.net-rowreorder")(e,t),n(t,0,e.document)}:n(jQuery,window,document)}(function(e,t,n,r){"use strict";return e.fn.dataTable}); |
@@ -8,3 +8,3 @@ { | ||
"types": "./types/types.d.ts", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"files": [ | ||
@@ -11,0 +11,0 @@ "css/**/*.css", |
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
10070