Skip to content

Commit

Permalink
Patch for #476
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed Apr 3, 2015
1 parent 3ecacda commit bbe9a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/googlemaps-cdv-plugin.js
Expand Up @@ -278,7 +278,7 @@ App.prototype.getMap = function(div, params) {
}
if (currentDiv.classList) {
currentDiv.classList.remove('_gmaps_cdv_');
} else if (div.className) {
} else if (currentDiv.className) {
currentDiv.className = currentDiv.className.replace(/_gmaps_cdv_/g, "");
currentDiv.className = currentDiv.className.replace(/\s+/g, " ");
}
Expand Down

0 comments on commit bbe9a96

Please sign in to comment.