Skip to content

Commit

Permalink
Reverted helper.js click handler for the internationalize button so t…
Browse files Browse the repository at this point in the history
…hat it no longer takes a parameter
  • Loading branch information
cameronwp committed Jan 9, 2015
1 parent 917f7dd commit c8540b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/helper.js
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ The International Name challenge in Lesson 2 where you'll create a function that
*/
$(document).ready(function() {
$('button').click(function() {
var iName = inName(name) || function(){};
var iName = inName() || function(){};
$('#name').html(iName);
});
})

0 comments on commit c8540b8

Please sign in to comment.