MCPcopy Create free account
hub / github.com/TruthHun/BookStack / getWindow

Function getWindow

static/wangEditor/js/lib/jquery-2.2.1.js:9507–9509  ·  view source on GitHub ↗

* Gets a window from an element

( elem )

Source from the content-addressed store, hash-verified

9505 * Gets a window from an element
9506 */
9507function getWindow( elem ) {
9508 return jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView;
9509}
9510
9511jQuery.offset = {
9512 setOffset: function( elem, options, i ) {

Callers 1

jquery-2.2.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected