This commit is contained in:
gorhill 2015-06-27 08:52:45 -04:00
parent 13277c8ef6
commit f12bbd4703
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ var onMessage = function(request, sender, callback) {
vAPI.tabs.open(request.details);
break;
// Passthrough for auxiliary script to auxiliary script messaging
// Passthrough for auxiliary process to auxiliary process messaging.
case 'postMessageTo':
request.senderTabId = tabId;
vAPI.messaging.post(request);