diff --git a/js/dataTables.scroller.js b/js/dataTables.scroller.js index 2beecdb..56870b2 100644 --- a/js/dataTables.scroller.js +++ b/js/dataTables.scroller.js @@ -541,6 +541,7 @@ Scroller.prototype = /** @lends Scroller.prototype */{ that.dom.table.style.position = ""; that.dom.table.style.top = ""; that.dom.table.style.left = ""; + that = null; } } ); },