From eb6cb4d5d84b557aa025e3b223c22c38a94a7712 Mon Sep 17 00:00:00 2001 From: aruhela Date: Sat, 15 Sep 2007 10:24:51 +0000 Subject: [PATCH] Updated file. --- index.gml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.gml b/index.gml index fdf0dfa..2c3391f 100644 --- a/index.gml +++ b/index.gml @@ -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();