Félix Marty
add dana
3f268e5
raw
history blame contribute delete
118 Bytes
define( [
"../var/support"
], function( support ) {
support.focusin = "onfocusin" in window;
return support;
} );