mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-07 05:54:15 +01:00
commit
bec8dc3651
@ -78,9 +78,11 @@
|
|||||||
require('api.internal.js');
|
require('api.internal.js');
|
||||||
|
|
||||||
var _that = this;
|
var _that = this;
|
||||||
return this.each(function() {
|
this.each(function() {
|
||||||
require('core.constructor.js');
|
require('core.constructor.js');
|
||||||
} );
|
} );
|
||||||
|
_that = null;
|
||||||
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
require('api.static.js');
|
require('api.static.js');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user