Remove unnecessary comments
This commit is contained in:
@@ -16,7 +16,6 @@ import MapElementFactory from './components/mapElementFactory'
|
|||||||
import MountableMixin from './utils/mountableMixin'
|
import MountableMixin from './utils/mountableMixin'
|
||||||
let GmapApi = null
|
let GmapApi = null
|
||||||
|
|
||||||
// export everything
|
|
||||||
export {
|
export {
|
||||||
loadGMapApi,
|
loadGMapApi,
|
||||||
Marker,
|
Marker,
|
||||||
@@ -34,7 +33,6 @@ export {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function install(Vue, options) {
|
export function install(Vue, options) {
|
||||||
// Set defaults
|
|
||||||
options = {
|
options = {
|
||||||
installComponents: true,
|
installComponents: true,
|
||||||
autobindAllEvents: false,
|
autobindAllEvents: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user