Skip to content

Commit 4268180

Browse files
author
cbojar
committed
We already handle this, and it will produce and error if left.
1 parent 799c82e commit 4268180

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

parse-names.js

-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ var NameParse = (function(){
8282
for (j=i; j<end; j++) {
8383
lastName += " " + this.fix_case(nameParts[j]);
8484
}
85-
} else {
86-
// otherwise, single word strings are assumed to be first names
87-
firstName = this.fix_case(nameParts[i]);
8885
}
8986

9087
// return the various parts in an array

0 commit comments

Comments
 (0)