Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jquery / src / event / support.js
diff --git a/ecomp-portal-FE/client/bower_components/jquery/src/event/support.js b/ecomp-portal-FE/client/bower_components/jquery/src/event/support.js
new file mode 100644 (file)
index 0000000..1c4d416
--- /dev/null
@@ -0,0 +1,9 @@
+define( [
+       "../var/support"
+], function( support ) {
+
+support.focusin = "onfocusin" in window;
+
+return support;
+
+} );