Index: trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js |
— | — | @@ -83,7 +83,7 @@ |
84 | 84 | |
85 | 85 | var mapOptions = { |
86 | 86 | disableDefaultUI: true, |
87 | | - mapTypeId: eval( 'google.maps.MapTypeId.' + options.type ), |
| 87 | + mapTypeId: eval( 'google.maps.MapTypeId.' + options.type ) |
88 | 88 | }; |
89 | 89 | this.options = options; |
90 | 90 | |