Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / libs / bower_components / jquery / src / event / support.js
1 define([
2         "../var/support"
3 ], function( support ) {
4
5 support.focusinBubbles = "onfocusin" in window;
6
7 return support;
8
9 });