Home / themes / src / main / resources / theme / keycloak / common / resources / node_modules / jquery / src / event / support.js
define( [ "../var/support" ], function( support ) { "use strict"; support.focusin = "onfocusin" in window; return support; } );