Skip to content

Commit

Permalink
Merge pull request #43 from spmjs/master
Browse files Browse the repository at this point in the history
Remove extra return
  • Loading branch information
nuysoft committed Jan 19, 2015
2 parents 5491b2f + 144f7ec commit 28cc860
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,6 @@ var Random = (function() {
"Brenda", "Amy", "Anna"
])
return this.pick(names)
return this.capitalize(this.word())
},
/*
##### Random.last()
Expand All @@ -1268,7 +1267,6 @@ var Random = (function() {
"Young", "Allen"
]
return this.pick(names)
return this.capitalize(this.word())
},
/*
##### Random.name(middle)
Expand Down

0 comments on commit 28cc860

Please sign in to comment.