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

Merge pull request #81 from kycook/master

Fixed memory leak
This commit is contained in:
Allan Jardine 2012-08-15 07:17:03 -07:00
commit bec8dc3651

View File

@ -78,9 +78,11 @@
require('api.internal.js');
var _that = this;
return this.each(function() {
this.each(function() {
require('core.constructor.js');
} );
_that = null;
return this;
};
require('api.static.js');