Skip to content

Commit

Permalink
Merge pull request getify#279 from benkeeney/patch-1
Browse files Browse the repository at this point in the history
edit to variable assignment on line 492
  • Loading branch information
getify committed Jan 5, 2015
2 parents de31c0c + f3c0fb2 commit dc72a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up & going/ch2.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ var User = (function(){

function doLogin(user,pw) {
username = user;
pw = password;
password = pw;

// do the rest of the login work
}
Expand Down

0 comments on commit dc72a91

Please sign in to comment.