Rename jQuery.subclass() to jQuery.sub().
[jquery.git] / src / core.js
index 2e0ece1..faf205c 100644 (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 );
                }