t(function() {
var n = e.Z,
r = e.cssZ,
i = n(),
o = r();
e.isZoom = function() {
var t = n(),
e = r();
return i != t || o != e ? (i = t, o = e, !0) : void 0
};
var a = e.isSB,
l = a();
t.paramquery.onResize(document.body, function() {
var e = a();
e != l && (l = e, t(window).trigger("resize", {
SB: !0
}))
})
}), t(window).on("resize", function() {
e.ISZOOM = e.isZoom()
});
var e = t.paramquery.cRefresh = function(e) {
var n = this;
n.vrows = [], n.that = e, e.on("dataReadyDone", function() {
n.addRowIndx()
}), t(window).on("resize" + e.eventNamespace + " orientationchange" + e.eventNamespace, n.onWindowResize.bind(n))
};
t.extend(e, {
Z: function() {
return (window.outerWidth -
/ window.innerWidth
},
cssZ: function() {
return document.body.style.zoom
},
isFullScreen: function() {
return document.fullScreen || document.mozFullScreen || document.webkitIsFullScreen || window.innerHeight == screen.height
},
isSB: function() {
return t(document).height() > t(window).height()
}
})