MCPcopy Index your code
hub / github.com/TruthHun/BookStack / jQuery

Function jQuery

static/jquery/1.12.4/jquery.js:71–76  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

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

Callers 10

dirFunction · 0.70
jquery.jsFile · 0.70
accessFunction · 0.70
onFunction · 0.70
actualDisplayFunction · 0.70
defaultDisplayFunction · 0.70
defaultPrefilterFunction · 0.70
mergely.jsFile · 0.50
gutterClickedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected