Skip to content

Commit

Permalink
Changed coordinates to Denver
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Freeman committed Jan 18, 2014
1 parent d1f647d commit 6547fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proj3/assets/js/script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function($) {
$(document).ready(function() {
var api = google.maps,
mapCenter = new api.LatLng(50.91710, -1.40419),
mapCenter = new api.LatLng(39.74000, -104.99230),
mapOptions = {
zoom: 13,
center: mapCenter,
Expand Down

0 comments on commit 6547fe0

Please sign in to comment.