MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / jQuery

Function jQuery

Three.js/js/jquery-1.9.1.js:60–63  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

58
59 // Define a local copy of jQuery
60 jQuery = function( selector, context ) {
61 // The jQuery object is actually just the init constructor 'enhanced'
62 return new jQuery.fn.init( selector, context, rootjQuery );
63 },
64
65 // Used for matching numbers
66 core_pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,

Callers 5

jquery-1.9.1.jsFile · 0.85
css_defaultDisplayFunction · 0.85
actualDisplayFunction · 0.85
defaultPrefilterFunction · 0.85
jquery-ui.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected