mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +01:00
Merge branch '1_10_wip' of github.com:DataTables/DataTablesSrc into 1_10_wip
This commit is contained in:
parent
e6840bd2cf
commit
a798d53d17
@ -1 +1 @@
|
||||
04be76a50f2e29d12369faaee03bacb29b92592a
|
||||
ad75f1d054a77eac282189e742c0e5167946ac04
|
||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -31,7 +31,7 @@
|
||||
// Define as an AMD module if possible
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
define( ['jquery'], factory );
|
||||
define( 'datatables', ['jquery'], factory );
|
||||
}
|
||||
/* Define using browser globals otherwise
|
||||
* Prevent multiple instantiations if the script is loaded twice
|
||||
|
Loading…
Reference in New Issue
Block a user