apollodec/Apollo/bower_components/jquery/src/event/support.js
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

10 lines
123 B
JavaScript
Executable File

define([
"../var/support"
], function( support ) {
support.focusinBubbles = "onfocusin" in window;
return support;
});