rlr/dotjs-addon

Require paths change with latest FF versions

Closed this issue · 3 comments

I just set up dotjs on FF-41 and had to change a bit of the source to allow it to work. i.e. require('file') doesn't work anymore, you need require(/sdk/io/file').

Should I submit the necessary changes as a patch or do we need to keep a separate branch for latest FF sdk?

rlr commented
rlr commented
rlr commented

Fixed 881b256