Rename internal .getText to maintain parity between it and the primary .text(). Fixes...
[jquery.git] / src / manipulation.js
index e673e2f..b2a9df9 100644 (file)
@@ -45,7 +45,7 @@ jQuery.fn.extend({
                        return this.empty().append( (this[0] && this[0].ownerDocument || document).createTextNode( text ) );
                }
 
-               return jQuery.getText( this );
+               return jQuery.text( this );
        },
 
        wrapAll: function( html ) {