/home/techb158/workloadmatch.com/bower_components/jquery/src/core
NameSizeModeActions
var/-0777rm
access.js12620777editdlrm
DOMEval.js2920777editdlrm
init.js33170777editdlrm
nodeName.js1780777editdlrm
parseHTML.js16040777editdlrm
ready-no-deferred.js22370777editdlrm
ready.js20970777editdlrm
readyException.js1680777editdlrm
stripAndCollapse.js3840777editdlrm
support.js6310777editdlrm
Edit: /home/techb158/workloadmatch.com/bower_components/jquery/src/core/support.js (631B)
define( [ "../var/document", "../var/support" ], function( document, support ) { "use strict"; // Support: Safari 8 only // In Safari 8 documents created via document.implementation.createHTMLDocument // collapse sibling forms: the second one becomes a child of the first one. // Because of that, this security measure has to be disabled in Safari 8. // https://bugs.webkit.org/show_bug.cgi?id=137337 support.createHTMLDocument = ( function() { var body = document.implementation.createHTMLDocument( "" ).body; body.innerHTML = "
"; return body.childNodes.length === 2; } )(); return support; } );