1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-19 12:52:11 +01:00

New: AMD support - return the $.fn.dataTable object from the factory

function
This commit is contained in:
Allan Jardine 2014-01-22 10:14:07 +00:00
parent ac0e965c09
commit d4bbef72ba
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
362d018175caefe43124ac5bf4777049f9ae3f7e
afe19cd214391b3408a6c0cb2c38163d71c183cc

View File

@ -14024,6 +14024,8 @@
* @param {int} column Column index
* @param {bool} vis `false` if column now hidden, or `true` if visible
*/
return $.fn.dataTable;
}));
}(window, document));