Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Commit 86e9131

Browse files
author
Claudio Ludovico Panetta
committed
Add small comment block on EventDispatcher
1 parent 1746a3a commit 86e9131

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/shared/EventDispatcher.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
import Vue from "vue";
22

3+
/**
4+
* EventDispatcher class
5+
*
6+
* This class will create a global Vue instance
7+
* that allows the application to fire and listen
8+
* on events from different components
9+
*/
310
window.EventDispatcher = new class {
411

512
constructor() {

0 commit comments

Comments
 (0)