Merge branch 'modulize-share'

This commit is contained in:
Chad Weider 2012-02-14 12:10:41 -08:00
commit 546aaae379
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ function hash(password, salt)
function generateSalt()
{
return randomstring(86);
return randomString(86);
}
function compare(hashStr, password)