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

Unified Diff: composer.js

Issue 29753563: Noissue - Renamed "forward" message to "composer.forward" (Closed)
Patch Set: Changed message name in composer.js Created April 16, 2018, 11:43 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 | composer.postload.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: composer.js
===================================================================
--- a/composer.js
+++ b/composer.js
@@ -64,7 +64,7 @@
function closeDialog(success)
{
browser.runtime.sendMessage({
- type: "forward",
+ type: "composer.forward",
targetPageId,
payload:
{
« no previous file with comments | « no previous file | composer.postload.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld