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

Unified Diff: lib/filterComposer.js

Issue 29338503: Issue 3823 - Adapt message names used by "Block element" feature for consistency (Closed)
Patch Set: Created March 17, 2016, 2:05 p.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 | « blockElement.postload.js ('k') | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterComposer.js
===================================================================
--- a/lib/filterComposer.js
+++ b/lib/filterComposer.js
@@ -165,7 +165,7 @@
if (popupPageId == removedPageId)
{
sender.page.sendMessage({
- type: "blockelement-popup-closed",
+ type: "composer.content.dialogClosed",
popupId: popupPageId
});
ext.pages.onRemoved.removeListener(onRemoved);
« no previous file with comments | « blockElement.postload.js ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld