Skip to content

Commit

Permalink
edit to variable assignment on line 492
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeeney committed Jan 5, 2015
1 parent de31c0c commit f3c0fb2
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 f3c0fb2

Please sign in to comment.