aboutsummaryrefslogtreecommitdiffstats
path: root/ecomp-sdk-app/src/main/webapp/app/policyApp/libs/bower_components/jquery/src/event/support.js
blob: 85060db773aea2df60366e045e4c7a6be822f0f0 (plain)
1
2
3
4
5
6
7
8
9
define([
	"../var/support"
], function( support ) {

support.focusinBubbles = "onfocusin" in window;

return support;

});