jf-roku/components/home/Home.brs
2020-03-23 20:45:40 -04:00

8 lines
180 B
Plaintext

sub init()
m.tracker=m.top.createChild("TrackerTask")
m.top.overhangTitle = "Home"
end sub
function refresh()
m.top.findNode("homeRows").callFunc("updateHomeRows")
end function