( selector, context )
| 869 | |
| 870 | sub: function() { |
| 871 | function jQuerySub( selector, context ) { |
| 872 | return new jQuerySub.fn.init( selector, context ); |
| 873 | } |
| 874 | jQuery.extend( true, jQuerySub, this ); |
| 875 | jQuerySub.superclass = this; |
| 876 | jQuerySub.fn = jQuerySub.prototype = this(); |
no outgoing calls
no test coverage detected
searching dependent graphs…