Skip to content

Commit

Permalink
docs(plugin-example.js): fix the reference to the getInstance method
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Nov 22, 2021
1 parent b3221e4 commit d5f2ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/plugin-example/plugin-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* It is possible to use values from the store, like, for example:
* store.getters.mapCenter, store.getters.mapBounds and store.getters.mode
* It is also possible to emit events using the eventBus. For example:
* main.getInstance().eventBus.$emit('mapViewDataChanged', mapViewDataChanged)
* appLoader.getInstance().eventBus.$emit('mapViewDataChanged', mapViewDataChanged)
*/
class PluginExample {
/**
Expand Down

0 comments on commit d5f2ef1

Please sign in to comment.