Skip to content
Permalink
9d5e76b215
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
11 lines (7 sloc) 133 Bytes
define( [
"../var/support"
], function( support ) {
"use strict";
support.focusin = "onfocusin" in window;
return support;
} );