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

Function jQuerySub

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

Source from the content-addressed store, hash-verified

895
896 sub: function() {
897 function jQuerySub( selector, context ) {
898 return new jQuerySub.fn.init( selector, context );
899 }
900 jQuery.extend( true, jQuerySub, this );
901 jQuerySub.superclass = this;
902 jQuerySub.fn = jQuerySub.prototype = this();

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected