jf-roku/components/home/Home.brs
2020-05-04 13:57:40 -04:00

8 lines
167 B
Plaintext

sub init()
m.top.overhangTitle = "Home"
m.top.optionsAvailable = true
end sub
function refresh()
m.top.findNode("homeRows").callFunc("updateHomeRows")
end function