Updated comments

This commit is contained in:
Lea Anthony
2019-01-14 22:46:45 +11:00
parent 561198b81b
commit 539be2ce84
6 changed files with 15 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
package wails
// RuntimeEvents exposes the events interface
type RuntimeEvents struct {
eventManager *eventManager
}