Sign in
appsheet-third-party
/
jquery
/
c2771ef53a7bf038bc1180086568383a38c99f4e
/
.
/
src
/
event
/
support.js
blob: e3db9ad83fed842fa2c2eca24ff67e95410f3af9 [
file
] [
log
] [
blame
]
define
(
[
"../var/support"
],
function
(
support
)
{
"use strict"
;
support
.
focusin
=
"onfocusin"
in window
;
return
support
;
}
);