Skip to content

Commit

Permalink
Reverting old change
Browse files Browse the repository at this point in the history
  • Loading branch information
andyslack committed Mar 8, 2023
1 parent 374ffb3 commit de25268
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ import buildComponent from './components/build-component'
import MountableMixin from './utils/mountableMixin'
import { Env } from './utils/env'
let GMapApi = null
let googleMapsObject = null

export {
googleMapsObject,
loadGMapApi,
Marker,
Polyline,
Expand Down Expand Up @@ -84,7 +82,6 @@ function makeGMapApiPromiseLazy(options) {
// Things to do once the API is loaded
function onApiLoaded() {
GMapApi.gmapApi = {}
googleMapsObject = window.google
return window.google
}

Expand Down

0 comments on commit de25268

Please sign in to comment.