1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
This commit is contained in:
gorhill 2015-06-27 08:52:45 -04:00
parent 13277c8ef6
commit f12bbd4703

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);