Project

General

Profile

1
define([
2
	"../var/support"
3
], function( support ) {
4

    
5
support.focusinBubbles = "onfocusin" in window;
6

    
7
return support;
8

    
9
});
(3-3/3)