MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / q

Function q

webapp/_webapp/src/libs/apple-auth.js:702–714  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

700 });
701 },
702 q = function (e, t) {
703 var i = window.innerWidth
704 ? window.innerWidth
705 : document.documentElement.clientWidth
706 ? document.documentElement.clientWidth
707 : screen.width,
708 o = window.innerHeight
709 ? window.innerHeight
710 : document.documentElement.clientHeight
711 ? document.documentElement.clientHeight
712 : screen.height;
713 return { left: i / 2 - e / 2 + window.screenLeft, top: o / 2 - t / 2 + window.screenTop };
714 },
715 J = q(700, 700).left,
716 _ = q(700, 700).top,
717 $ = {

Callers 1

apple-auth.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected