4989d7704e42582606dbbbe40a7da076286fb7de
[yaffs-website] / web / core / assets / vendor / jquery.ui / ui / safe-active-element-min.js
1 /*! jQuery UI - v1.12.1 - 2017-03-31
2 * http://jqueryui.com
3 * Copyright jQuery Foundation and other contributors; Licensed  */
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}});