jf-roku/components/data/ImageData.brs

7 lines
159 B
Plaintext
Raw Normal View History

2019-05-03 12:48:59 +00:00
sub setFields()
json = m.top.json
m.top.imagetype = json.imagetype
m.top.size = json.size
m.top.height = json.height
m.top.width = json.width
end sub