Skip to content

Commit b098d64

Browse files
Merge pull request #2 from systragroup/test
Test
2 parents 13df636 + 2e6280a commit b098d64

File tree

7 files changed

+546
-23176
lines changed

7 files changed

+546
-23176
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ module.exports = {
99
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"
1010
},
1111
parserOptions: {
12-
parser: "babel-eslint"
12+
parser: '@babel/eslint-parser'
1313
}
1414
};

dist/vue-mapbox.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const i = {
2121
* @param {Object} event
2222
*/
2323
$_emitMapEvent(e, t = {}) {
24-
this.$_emitEvent(e.type, { mapboxEvent: e, ...t }), e.originalEvent && e.originalEvent.stopPropagation();
24+
this.$_emitEvent(e.type, { mapboxEvent: e, ...t });
2525
}
2626
}
2727
}, _ = {

dist/vue-mapbox.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)