From f12bbd4703cf6132573c4ce900f1d8b9c961f279 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 27 Jun 2015 08:52:45 -0400 Subject: [PATCH] comment --- src/js/messaging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/messaging.js b/src/js/messaging.js index daf0b83f3..d734c0004 100644 --- a/src/js/messaging.js +++ b/src/js/messaging.js @@ -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);