Skip to content

Commit

Permalink
Update helper.js
Browse files Browse the repository at this point in the history
Correcting map mismap.
  • Loading branch information
susansmith committed Jul 25, 2015
1 parent b5c0d11 commit 8599733
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
Expand Up @@ -109,7 +109,7 @@ function initializeMap() {
disableDefaultUI: true
};

/* Append googleMap var to #map-div in resumeBuilder.js to see this in action */
/* For the map to be implemented, #mapDiv must be appended to resumeBuilder.js. */
map = new google.maps.Map(document.querySelector('#map'), mapOptions);


Expand Down

0 comments on commit 8599733

Please sign in to comment.