fix indentation, remove old code

This commit is contained in:
sawka 2024-10-25 13:58:31 -07:00
parent 416c26c1cd
commit 0b33916b46

View File

@ -166,9 +166,6 @@ func htmlRun(cmd *cobra.Command, args []string) error {
GlobalVDomClient = client
client.SetGlobalEventHandler(GlobalEventHandler)
log.Printf("created client: %v\n", client)
client.SetAtomVal("bgcolor", "#0000ff77")
client.SetAtomVal("text", "initial text")
client.SetAtomVal("num", 0)
client.RegisterComponent("StyleTag", StyleTag)
client.RegisterComponent("BgItemTag", BgItemTag)
client.RegisterComponent("AllBgItemsTag", AllBgItemsTag)