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

Unified Diff: messageResponder.js

Issue 29373674: Issue 3487 - Add links to the help tab (Closed)
Patch Set: Created Jan. 27, 2017, 5:20 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 | « no previous file | new-options.html » ('j') | new-options.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: messageResponder.js
===================================================================
--- a/messageResponder.js
+++ b/messageResponder.js
@@ -183,6 +183,12 @@
};
}
+ if (message.what == "application")
+ return info.application;
+
+ if (message.what == "platform")
+ return info.platform;
Thomas Greiner 2017/01/31 14:29:22 See line 192.
saroyanm 2017/02/01 13:22:18 Crap, how I could have missed that, thanks.
+
return info[message.what];
});
« no previous file with comments | « no previous file | new-options.html » ('j') | new-options.js » ('J')

Powered by Google App Engine
This is Rietveld