Skip to content

Commit 617a490

Browse files
author
Hirbod
committed
Merge pull request #640 from denisbabineau/master
Remove use of 'const' in js to allow plugin to be 'browserify'ed
2 parents e38c489 + d182c1d commit 617a490

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
@@ -2474,7 +2474,7 @@ document.addEventListener("deviceready", function() {
24742474
plugin.google.maps.Map.isAvailable();
24752475
});
24762476

2477-
const HTML_COLORS = {
2477+
var HTML_COLORS = {
24782478
"alideblue" : "#f0f8ff",
24792479
"antiquewhite" : "#faebd7",
24802480
"aqua" : "#00ffff",

0 commit comments

Comments
 (0)