mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Fix: Mixed tabs and spaces
This commit is contained in:
parent
534e281b39
commit
11dbd3ca52
@ -1 +1 @@
|
||||
51d29bc6e2be833c15e189a133982f4e90f57ef2
|
||||
8bbe3332c9d5b5c51908814c1af6ccca9c597877
|
||||
|
8
media/js/jquery.dataTables.js
vendored
8
media/js/jquery.dataTables.js
vendored
@ -33,10 +33,10 @@
|
||||
// Define as an AMD module if possible
|
||||
define( 'datatables', ['jquery'], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' ) {
|
||||
// Node/CommonJS
|
||||
module.exports = factory( require( 'jquery' ) );
|
||||
}
|
||||
else if ( typeof exports === 'object' ) {
|
||||
// Node/CommonJS
|
||||
module.exports = factory( require( 'jquery' ) );
|
||||
}
|
||||
else if ( jQuery && !jQuery.fn.dataTable ) {
|
||||
// Define using browser globals otherwise
|
||||
// Prevent multiple instantiations if the script is loaded twice
|
||||
|
Loading…
x
Reference in New Issue
Block a user