<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
 * Licensed under the MIT License (LICENSE.txt).
 *
 * Version: 3.1.9
 *
 * Requires: jQuery 1.2.2+
 */
(function(a){if(typeof define==="function"&amp;&amp;define.amd){define(["jquery"],a)
}else{if(typeof exports==="object"){module.exports=a}else{a(jQuery)}}}(function(a){var l=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],k=("onwheel" in document||document.documentMode&gt;=9)?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],h=Array.prototype.slice,f,d;
if(a.event.fixHooks){for(var c=l.length;c;){a.event.fixHooks[l[--c]]=a.event.mouseHooks}}var j=a.event.special.mousewheel={version:"3.1.9",setup:function(){if(this.addEventListener){for(var m=k.length;
m;){this.addEventListener(k[--m],b,false)}}else{this.onmousewheel=b}a.data(this,"mousewheel-line-height",j.getLineHeight(this));
a.data(this,"mousewheel-page-height",j.getPageHeight(this))},teardown:function(){if(this.removeEventListener){for(var m=k.length;
m;){this.removeEventListener(k[--m],b,false)}}else{this.onmousewheel=null}},getLineHeight:function(i){return parseInt(a(i)["offsetParent" in a.fn?"offsetParent":"parent"]().css("fontSize"),10)
},getPageHeight:function(i){return a(i).height()},settings:{adjustOldDeltas:true}};a.fn.extend({mousewheel:function(i){return i?this.bind("mousewheel",i):this.trigger("mousewheel")
},unmousewheel:function(i){return this.unbind("mousewheel",i)}});function b(q){var s=q||window.event,m=h.call(arguments,1),n=0,o=0,p=0,i=0;
q=a.event.fix(s);q.type="mousewheel";if("detail" in s){p=s.detail*-1}if("wheelDelta" in s){p=s.wheelDelta
}if("wheelDeltaY" in s){p=s.wheelDeltaY}if("wheelDeltaX" in s){o=s.wheelDeltaX*-1}if("axis" in s&amp;&amp;s.axis===s.HORIZONTAL_AXIS){o=p*-1;
p=0}n=p===0?o:p;if("deltaY" in s){p=s.deltaY*-1;n=p}if("deltaX" in s){o=s.deltaX;if(p===0){n=o*-1}}if(p===0&amp;&amp;o===0){return
}if(s.deltaMode===1){var r=a.data(this,"mousewheel-line-height");n*=r;p*=r;o*=r}else{if(s.deltaMode===2){var t=a.data(this,"mousewheel-page-height");
n*=t;p*=t;o*=t}}i=Math.max(Math.abs(p),Math.abs(o));if(!d||i&lt;d){d=i;if(g(s,i)){d/=40}}if(g(s,i)){n/=40;
o/=40;p/=40}n=Math[n&gt;=1?"floor":"ceil"](n/d);o=Math[o&gt;=1?"floor":"ceil"](o/d);p=Math[p&gt;=1?"floor":"ceil"](p/d);
q.deltaX=o;q.deltaY=p;q.deltaFactor=d;q.deltaMode=0;m.unshift(q,n,o,p);if(f){clearTimeout(f)}f=setTimeout(e,200);
return(a.event.dispatch||a.event.handle).apply(this,m)}function e(){d=null}function g(m,i){return j.settings.adjustOldDeltas&amp;&amp;m.type==="mousewheel"&amp;&amp;i%120===0
}}));</pre></body></html>