1
0
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:
Allan Jardine 2013-08-20 15:01:34 +01:00
parent e6840bd2cf
commit a798d53d17
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
04be76a50f2e29d12369faaee03bacb29b92592a
ad75f1d054a77eac282189e742c0e5167946ac04

View File

@ -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