mozilla / webcompat-blipz-experiment

Mozilla Public License 2.0
2 stars 4 forks source link

Pass the tabId in to the screenshots-starting API #209

Open wisniewskit opened 5 years ago

wisniewskit commented 5 years ago

The function exports.loadModules in screenshotsLoader.js can take a tabId, but I'm not passing one in in background.js in the loadScreenshotUI function.

This does not seem to be affecting anything, but it's worth fixing in the next iteration (just add the tabId parameter to the line in background.js loading it, like this: selectorLoader.loadModules(tabId).