X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=b2a9df919d577702511e1157247f6ad2ce9e9812;hb=a7dc66b8325906066071fe5c44ce55ecf2eb5aed;hp=e673e2fe8dc53e51974c23229a8ae95d5926f0c0;hpb=abcc1a76ee2a6733177b2cd104bc32cee5443ec4;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index e673e2f..b2a9df9 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -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 ) {