captainbrosset / domprofiler

Firefox DevTools extension that records DOM mutations and events on a page
MIT License
35 stars 4 forks source link

Upload the addon on AMO #26

Open captainbrosset opened 9 years ago

captainbrosset commented 9 years ago

addons.mozilla.org

nt1m commented 9 years ago

The reason it's not working is because you're using stuff like start() instead of start: () => {}, which is not supported on the release channel.

It might also be because you're using jpm.