removing the context and selector properties that I left in jQuery.prototype.init

This commit is contained in:
Brandon Aaron 2007-05-02 02:41:57 +00:00
parent 7fa12b412b
commit ed1e3f7e05

View file

@ -166,12 +166,8 @@ jQuery.fn = jQuery.prototype = {
a = jQuery.clean( [ m[1] ] );
// HANDLE: $(expr)
else {
var r = new jQuery( c ).find( a );
r.selector = a;
r.context = c;
return r;
}
else
return new jQuery( c ).find( a );
}
return this.setArray(