( selector, context )
| 7264 | |
| 7265 | jQuery.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(); |
no outgoing calls
no test coverage detected
searching dependent graphs…