MCPcopy
hub / github.com/hokein/electron-sample-apps / jQuery

Function jQuery

desktop-capture/jquery.js:25–28  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

23
24// Define a local copy of jQuery
25var jQuery = function( selector, context ) {
26 // The jQuery object is actually just the init constructor 'enhanced'
27 return new jQuery.fn.init( selector, context, rootjQuery );
28 },
29
30 // Map over jQuery in case of overwrite
31 _jQuery = window.jQuery,

Callers 5

jquery.jsFile · 0.70
doAnimationFunction · 0.70
defaultDisplayFunction · 0.70
tFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected