mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 11:55:22 -05:00
12 lines
133 B
JavaScript
12 lines
133 B
JavaScript
define( [
|
|
"../var/support"
|
|
], function( support ) {
|
|
|
|
"use strict";
|
|
|
|
support.focusin = "onfocusin" in window;
|
|
|
|
return support;
|
|
|
|
} );
|