Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
18b329ff25ea2bfa1a52f0c0da325c909167bf12
/
.
/
node_modules
/
jquery
/
src
/
event
/
support.js
blob: e3db9ad83fed842fa2c2eca24ff67e95410f3af9 [
file
] [
log
] [
blame
]
define
(
[
"../var/support"
],
function
(
support
)
{
"use strict"
;
support
.
focusin
=
"onfocusin"
in window
;
return
support
;
}
);