Skip to content

Commit 88f707e

Browse files
author
masashiGMS
committed
Bug fix: #915 typo
1 parent 3f370e0 commit 88f707e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/googlemaps-cdv-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ App.prototype._onKmlEvent = function(eventName, objectType, kmlLayerId, result,
198198
if (eventName === "add") {
199199
var overlay = null;
200200

201-
switch ((objectType + "").toLowerCase) {
201+
switch ((objectType + "").toLowerCase()) {
202202
case "marker":
203203
overlay = new Marker(self, result.id, options);
204204
MARKERS[result.id] = overlay;

0 commit comments

Comments
 (0)