summary refs log tree commit diff
path: root/bower_components/jquery/src/event/support.js
blob: 85060db773aea2df60366e045e4c7a6be822f0f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
define([
	"../var/support"
], function( support ) {

support.focusinBubbles = "onfocusin" in window;

return support;

});