There was an error while loading. Please reload this page.
1 parent 17b6d36 commit 84f0578Copy full SHA for 84f0578
jquery.mousewheel.js
@@ -58,7 +58,7 @@
58
},
59
60
getLineHeight: function(elem) {
61
- return parseInt($(elem)['offsetParent' in jQuery.fn ? 'offsetParent' : 'parent']().css('fontSize'), 10);
+ return parseInt($(elem)['offsetParent' in $.fn ? 'offsetParent' : 'parent']().css('fontSize'), 10);
62
63
64
getPageHeight: function(elem) {
0 commit comments