Initial support for firebug (#543)

* Initial support for firebug

* Remove windows message
This commit is contained in:
Lea Anthony
2020-10-28 21:20:47 +11:00
committed by GitHub
parent b7a59daee1
commit 5b33ed28fd
13 changed files with 45 additions and 35 deletions

View File

@@ -8,7 +8,6 @@ import (
type Renderer interface {
Initialise(AppConfig, IPCManager, EventManager) error
Run() error
EnableConsole()
// Binding
NewBinding(bindingName string) error