Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
b81f286d2dc096d2c970a3523bfdcbf15f3dce68
/
.
/
node_modules
/
jquery
/
src
/
event
/
support.js
blob: e3db9ad83fed842fa2c2eca24ff67e95410f3af9 [
file
] [
log
] [
blame
]
Copybara bot
be50d49
2023-11-30 00:16:42 +0100
[
diff
] [
blame
]
1
define
(
[
2
"../var/support"
3
],
function
(
support
)
{
4
5
"use strict"
;
6
7
support
.
focusin
=
"onfocusin"
in window
;
8
9
return
support
;
10
11
}
);