diff --git a/jquery.mousewheel.js b/jquery.mousewheel.js index ff5d2471c..a3dfc9e85 100755 --- a/jquery.mousewheel.js +++ b/jquery.mousewheel.js @@ -55,6 +55,9 @@ } else { this.onmousewheel = null; } + // Clean up the data we added to the element + $.removeData(this, 'mousewheel-line-height'); + $.removeData(this, 'mousewheel-page-height'); }, getLineHeight: function(elem) {