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

Function jQuery

camera/jquery.js:73–77  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

71
72 // Define a local copy of jQuery
73 jQuery = function( selector, context ) {
74 // The jQuery object is actually just the init constructor 'enhanced'
75 // Need init if jQuery is called (just allow error to be thrown if not included)
76 return new jQuery.fn.init( selector, context );
77 },
78
79 // Support: Android<4.1
80 // Make sure we trim BOM and NBSP

Callers 4

jquery.jsFile · 0.70
actualDisplayFunction · 0.70
defaultDisplayFunction · 0.70
defaultPrefilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected