Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WMDE-Fisch committed Feb 5, 2016
1 parent 5788331 commit 56eaebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepCat.js
Expand Up @@ -600,7 +600,7 @@
* @return {string}
*/
function replaceWhiteSpace( str ) {
var re = /[ _\u00A0\u1680}\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]+/g;
var re = /[ _\u00A0\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]+/g;
return str.replace( re, '_' );
}

Expand Down

0 comments on commit 56eaebe

Please sign in to comment.