Project

General

Profile

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

    
5
"use strict";
6

    
7
support.focusin = "onfocusin" in window;
8

    
9
return support;
10

    
11
} );
(4-4/5)