jf-roku/components/data/image.brs
2019-05-03 08:48:59 -04:00

7 lines
159 B
Plaintext

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