Skip to content

Commit

Permalink
added a missing semicolon to line 45
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwp committed Sep 25, 2014
1 parent 0eeb744 commit 4f34079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var HTMLprojectDates = "<div class='date-text'>%data%</div>";
var HTMLprojectDescription = "<p><br>%data%</p>";
var HTMLprojectImage = "<img src='%data%'>";

var HTMLschoolStart = "<div class='education-entry'></div>"
var HTMLschoolStart = "<div class='education-entry'></div>";
var HTMLschoolName = "<a href='#'>%data%";
var HTMLschoolDegree = " -- %data%</a>";
var HTMLschoolDates = "<div class='date-text'>%data%</div>";
Expand Down Expand Up @@ -242,4 +242,4 @@ Uncomment all the code below when you're ready to implement a Google Map!
//window.addEventListener('resize', function(e) {
// Make sure the map bounds get updated on page resize
// map.fitBounds(mapBounds);
//});
//});

0 comments on commit 4f34079

Please sign in to comment.