Blame view

app/bower_components/jquery/src/event/support.js 133 Bytes
87c93a029   Dang YoungWorld   add modal
1
  define( [
f986e111b   TRUONG   add libs
2
3
  	"../var/support"
  ], function( support ) {
87c93a029   Dang YoungWorld   add modal
4
  "use strict";
f986e111b   TRUONG   add libs
5

87c93a029   Dang YoungWorld   add modal
6
  support.focusin = "onfocusin" in window;
f986e111b   TRUONG   add libs
7
8
  
  return support;
87c93a029   Dang YoungWorld   add modal
9
  } );