fix webxdc.js that broken after adding importFiles() (#1898)
there was just a comma missing, that broke _some_ apps
(for whatever reason, not _all_ apps)
ftr: in theory, adding a trailing comma is always a good idea,
make adding things easier.
however, JavaScript and JSON is a mess here:
the former allows adding a trailing comma, the latter does not allow that -
resulting in devs using both often to not add the comma.