Skip to content

Commit e379815

Browse files
author
Batiste Bieler
committed
Just to add the bug URL in the commit http://dev.jquery.com/ticket/5505
1 parent 120cfaa commit e379815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jQuery.fn.extend({
7070
// carriage return and tab should be replaced with a single space
7171
// http://www.w3.org/TR/html401/types.html#type-cdata
7272
className = className.replace(/[\n\t]/g, " ");
73+
7374
if ( className.indexOf( searchTerm ) > -1 ) {
7475
return true;
7576
}

0 commit comments

Comments
 (0)