shaneMangudi / bcrypt-nodejs

Native implementation of bcrypt for NodeJS
Other
574 stars 69 forks source link

Actually make the progress parameter an optional parameter #6

Closed geekymole closed 11 years ago

geekymole commented 11 years ago

The documentation leads one to believe that the progress parameter is an optional parameter. I have corrected the code so that the parameter is indeed optional.