We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799c82e commit 4268180Copy full SHA for 4268180
parse-names.js
@@ -82,9 +82,6 @@ var NameParse = (function(){
82
for (j=i; j<end; j++) {
83
lastName += " " + this.fix_case(nameParts[j]);
84
}
85
- } else {
86
- // otherwise, single word strings are assumed to be first names
87
- firstName = this.fix_case(nameParts[i]);
88
89
90
// return the various parts in an array
0 commit comments