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

Memory clean up of _that variable

This commit is contained in:
Patrick Cook 2012-08-15 07:08:48 -07:00
parent 6a8ca62b07
commit f6ffbc7e28

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');