mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Rename jQuery.subclass() to jQuery.sub().
This commit is contained in:
@@ -957,7 +957,7 @@ jQuery.extend({
|
||||
return { browser: match[1] || "", version: match[2] || "0" };
|
||||
},
|
||||
|
||||
subclass: function(){
|
||||
sub: function() {
|
||||
function jQuerySubclass( selector, context ) {
|
||||
return new jQuerySubclass.fn.init( selector, context );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user