Skip to content

Commit

Permalink
Merge pull request #3 from rossb89/feature/make-map-object-global
Browse files Browse the repository at this point in the history
Makes the map object global
  • Loading branch information
rossb89 authored Sep 22, 2016
2 parents 764676b + f2bcd4c commit aa60ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/geofield_gmap_latlong.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function ($) {
var markerCoords = {};
var map = {};
map = {};
var mapMarker = {};
var defaultCoords = {
'lat' : 51.507,
Expand Down

0 comments on commit aa60ab3

Please sign in to comment.