Update onwheel detection
@@ -2036,7 +2036,7 @@
var el = ("jquery" in dom) ? dom[0] : dom;
if (name=='mousewheel') {
- if ("onwheel" in self.win) {
+ if ("onwheel' in document || document.documentMode >= 9) {
self._bind(el,"wheel",fn,bubble||false);
} else {
var wname = (typeof document.onmousewheel != "undefined") ? "mousewheel" : "DOMMouseScroll"; // older IE/Firefox