8f24d6a 7 years ago
1 contributor
9 lines | 0.123kb
define([
	"../var/support"
], function( support ) {

support.focusinBubbles = "onfocusin" in window;

return support;

});