This chrome/firefox extension allow to define groups of reviewers in Atlassian Stash/Bitbucket to bulk add them when creating or updating pull request + other features
It seems that newer version of chrome doesn't include window.chrome.runtime.sendMessage and it causes issue #49. This PR adds more strict checking to make sure that the function exists and is a function; if not, fallback to the previous implementation of sendMessage.
Given the rate at which PRs are merged, I'm going to close this one in favor of the other one, and also update the version number to after @ra100 's PR
It seems that newer version of chrome doesn't include window.chrome.runtime.sendMessage and it causes issue #49. This PR adds more strict checking to make sure that the function exists and is a function; if not, fallback to the previous implementation of sendMessage.