Skip to content

Commit

Permalink
Updated file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aruhela committed Sep 15, 2007
1 parent 46320b6 commit eb6cb4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.gml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
// only exists in IE, only needed in IE
document.namespaces.add("v", "urn:schemas-microsoft-com:vml"); }

var myTMap = google.mashups.getObjectById('myMap').getMap(); setMap(myMap);
var myTMap = google.mashups.getObjectById('myMap').getMap();
setMap(myTMap);
}
function setMap(map) {
map.enableDoubleClickZoom();
Expand Down

0 comments on commit eb6cb4d

Please sign in to comment.