MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / getStyles

Function getStyles

camera/jquery.js:5516–5518  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

5514var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
5515
5516var getStyles = function( elem ) {
5517 return elem.ownerDocument.defaultView.getComputedStyle( elem, null );
5518 };
5519
5520
5521

Callers 3

curCSSFunction · 0.85
getWidthOrHeightFunction · 0.85
jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected