MCPcopy Create free account
hub / github.com/sql-js/sql.js / jQuerySub

Function jQuerySub

documentation/javascript/application.js:7266–7268  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

7264
7265jQuery.sub = function() {
7266 function jQuerySub( selector, context ) {
7267 return new jQuerySub.fn.init( selector, context );
7268 }
7269 jQuery.extend( true, jQuerySub, this );
7270 jQuerySub.superclass = this;
7271 jQuerySub.fn = jQuerySub.prototype = this();

Callers 1

application.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…