Blame view

bower_components/jquery/src/event/support.js 123 Bytes
c5169e0e   Renato De Donato   a new hope
1
  define([
74249687   Luigi Serra   Cross browser con...
2
3
4
  	"../var/support"
  ], function( support ) {
  
c5169e0e   Renato De Donato   a new hope
5
  support.focusinBubbles = "onfocusin" in window;
74249687   Luigi Serra   Cross browser con...
6
7
8
  
  return support;
  
c5169e0e   Renato De Donato   a new hope
9
  });