annotate core/assets/vendor/jquery.ui/ui/safe-active-element-min.js @ 0:4c8ae668cc8c
Initial import (non-working)
author |
Chris Cannam |
date |
Wed, 29 Nov 2017 16:09:58 +0000 |
parents |
|
children |
|
rev |
line source |
Chris@0
|
1 /*! jQuery UI - v1.12.1 - 2017-03-31
|
Chris@0
|
2 * http://jqueryui.com
|
Chris@0
|
3 * Copyright jQuery Foundation and other contributors; Licensed */
|
Chris@0
|
4 !function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.ui.safeActiveElement=function(a){var b;try{b=a.activeElement}catch(c){b=a.body}return b||(b=a.body),b.nodeName||(b=a.body),b}}); |