Commit 4e37fb27b3caf8ecb1b8ab6a5a347b3d5b50ce95
Committed by
Andrew Shvayka
1 parent
53ea572b
Fix URL
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -87,7 +87,7 @@ export default class TbGoogleMap { |
87 | 87 | this.initMapFunctionName = 'initGoogleMap_' + this.mapId; |
88 | 88 | |
89 | 89 | window[this.initMapFunctionName] = function() { // eslint-disable-line no-undef, angular/window-service |
90 | - lazyLoad.load({ type: 'js', path: 'https://unpkg.com/@google/@1.2.3/src/markerwithlabel.js' }).then( // eslint-disable-line no-undef | |
90 | + lazyLoad.load({ type: 'js', path: 'https://unpkg.com/@google/markerwithlabel@1.2.3/src/markerwithlabel.js' }).then( // eslint-disable-line no-undef | |
91 | 91 | function success() { |
92 | 92 | gmGlobals.gmApiKeys[tbMap.apiKey].loaded = true; |
93 | 93 | initGoogleMap(); | ... | ... |