Rename function to improve readability

This commit is contained in:
Fawad Mirzad
2021-02-14 07:50:54 +01:00
parent af1289342d
commit 7ad864043d
13 changed files with 20 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
</template>
<script>
import mapElementFactory from './mapElementFactory.js'
import buildComponent from './build-component.js'
const props = {
options: {
@@ -29,7 +29,7 @@ const props = {
const events = ['domready', 'closeclick', 'content_changed']
export default mapElementFactory({
export default buildComponent({
mappedProps: props,
events,
name: 'infoWindow',