Rename jQuery.subclass() to jQuery.sub().
This commit is contained in:
parent
d2384ad03a
commit
749d41f7de
2 changed files with 7 additions and 7 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue