Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: firstRun.js

Issue 29339099: Noissue - Rename message type when propagating events to the content script (Closed)
Patch Set: Rename *.event to *.respond Created March 29, 2016, 11:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | messageResponder.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firstRun.js
===================================================================
--- a/firstRun.js
+++ b/firstRun.js
@@ -98,7 +98,7 @@
ext.onMessage.addListener(function(message)
{
- if (message.type == "subscriptions.listen")
+ if (message.type == "subscriptions.respond")
{
updateToggleButtons();
updateSocialLinks();
« no previous file with comments | « no previous file | messageResponder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld