From 54b8482223288a4d5df41267f3c9235bab06c15e Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 24 Mar 2017 17:12:23 +0100 Subject: add minionlivesmatter --- minionlivesmatter/templates/assets/jquery/src/event/support.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 minionlivesmatter/templates/assets/jquery/src/event/support.js (limited to 'minionlivesmatter/templates/assets/jquery/src/event/support.js') diff --git a/minionlivesmatter/templates/assets/jquery/src/event/support.js b/minionlivesmatter/templates/assets/jquery/src/event/support.js new file mode 100644 index 0000000..1c4d416 --- /dev/null +++ b/minionlivesmatter/templates/assets/jquery/src/event/support.js @@ -0,0 +1,9 @@ +define( [ + "../var/support" +], function( support ) { + +support.focusin = "onfocusin" in window; + +return support; + +} ); -- cgit v1.3.1