nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jquery / src / event / support.js
1 define( [
2         "../var/support"
3 ], function( support ) {
4
5 support.focusin = "onfocusin" in window;
6
7 return support;
8
9 } );