1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-18 16:54:14 +01:00

Update media/src/DataTables.js

Simplify by not passing in undefined to the outer closure
This commit is contained in:
Tim Tucker 2012-09-04 13:03:20 -03:00
parent 59dc2aed9c
commit a66bec8368

View File

@ -280,5 +280,5 @@
*/
}));
}( window, document, undefined));
}( window, document));