MCPcopy Index your code
hub / github.com/JsAaron/jQuery / getWindow

Function getWindow

2.0.3/Animation.js:919–921  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

917});
918
919function getWindow(elem) {
920 return jQuery.isWindow(elem) ? elem : elem.nodeType === 9 && elem.defaultView;
921}
922// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
923jQuery.each({
924 Height: "height",

Callers 1

Animation.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected