From 06c488f445f3b4003a1bc6ea11a9e2e27bdf9389 Mon Sep 17 00:00:00 2001 From: LukeWage Date: Fri, 14 Nov 2014 11:05:55 -0500 Subject: [PATCH] Update dataTables.scroller.js --- js/dataTables.scroller.js | 1 + 1 file changed, 1 insertion(+) 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; } } ); },