jf-roku/components/home/Home.brs

4 lines
92 B
Plaintext
Raw Normal View History

sub init()
m.tracker=m.top.createChild("TrackerTask")
m.top.overhangTitle = "Home"
end sub