( elem )
| 10132 | }); |
| 10133 | |
| 10134 | function getWindow( elem ) { |
| 10135 | return jQuery.isWindow( elem ) ? |
| 10136 | elem : |
| 10137 | elem.nodeType === 9 ? |
| 10138 | elem.defaultView || elem.parentWindow : |
| 10139 | false; |
| 10140 | } |
| 10141 | // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods |
| 10142 | jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { |
| 10143 | jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, function( defaultExtra, funcName ) { |
no outgoing calls
no test coverage detected
searching dependent graphs…