Skip to content
Permalink
Browse files
Merge d54f040 into c17f589
  • Loading branch information
GitHub Merge Button committed May 17, 2011
2 parents c17f589 + d54f040 commit 6484a51
Showing 1 changed file with 1 addition and 2 deletions.
@@ -2,7 +2,6 @@

var rclass = /[\n\t\r]/g,
rspace = /\s+/,
rreturn = /\r/g,
rtype = /^(?:button|input)$/i,
rfocusable = /^(?:button|input|object|select|textarea)$/i,
rclickable = /^a(?:rea)?$/i,
@@ -165,7 +164,7 @@ jQuery.fn.extend({
return ret;
}

return (elem.value || "").replace(rreturn, "");
return (elem.value || "");
}

return undefined;

0 comments on commit 6484a51

Please sign in to comment.