Initial support for firebug

This commit is contained in:
Lea Anthony
2020-10-28 21:11:13 +11:00
parent 4347d950d1
commit cb933cc987
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