Rename jQuery.subclass() to jQuery.sub().

This commit is contained in:
jeresig 2011-01-31 08:21:42 -05:00
parent d2384ad03a
commit 749d41f7de
2 changed files with 7 additions and 7 deletions

View file

@ -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 );
}