jf-roku/components/home/Home.brs

8 lines
167 B
Plaintext
Raw Normal View History

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